Video Player: Add a test to open a single video file
[chromium-blink-merge.git] / ui / base / ui_base_switches.h
blobc419f4185bdc849a02fe399ecf4a593378c9678b
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Defines all the command-line switches used by ui/base.
7 #ifndef UI_BASE_UI_BASE_SWITCHES_H_
8 #define UI_BASE_UI_BASE_SWITCHES_H_
10 #include "base/compiler_specific.h"
11 #include "ui/base/ui_base_export.h"
13 namespace switches {
15 #if defined(OS_MACOSX) && !defined(OS_IOS)
16 UI_BASE_EXPORT extern const char kEnableRemoteCoreAnimation[];
17 #endif
19 UI_BASE_EXPORT extern const char kDisableDwmComposition[];
20 UI_BASE_EXPORT extern const char kDisableTextInputFocusManager[];
21 UI_BASE_EXPORT extern const char kDisableTouchAdjustment[];
22 UI_BASE_EXPORT extern const char kDisableTouchDragDrop[];
23 UI_BASE_EXPORT extern const char kDisableTouchEditing[];
24 UI_BASE_EXPORT extern const char kEnableTextInputFocusManager[];
25 UI_BASE_EXPORT extern const char kEnableTouchDragDrop[];
26 UI_BASE_EXPORT extern const char kEnableTouchEditing[];
27 UI_BASE_EXPORT extern const char kLang[];
28 UI_BASE_EXPORT extern const char kNoMessageBox[];
30 } // namespace switches
32 #endif // UI_BASE_UI_BASE_SWITCHES_H_