| // Copyright 2014 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "examples/recipes/window_manager/constants.h" |
| |
| namespace recipes { |
| namespace window_manager { |
| |
| const char kWindowTypeKey[] = "window-type"; |
| const char kWindowTypeValueImmersive[] = "window-type-immersive"; |
| const char kWindowTypeValueTransient[] = "window-type-transient"; |
| |
| const char kCaptureEventsKey[] = "capture-events-key"; |
| |
| } // window_manager |
| } // recipes |