Correct blacklist entry message
[chromium-blink-merge.git] / ui / base / ui_base_switches.h
blobbab38eb331972a7d6077e586e3d0f40730144c93
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_export.h"
13 namespace switches {
15 UI_EXPORT extern const char kDisableDwmComposition[];
16 UI_EXPORT extern const char kDisableTouchAdjustment[];
17 UI_EXPORT extern const char kDisableTouchDragDrop[];
18 UI_EXPORT extern const char kDisableTouchEditing[];
19 UI_EXPORT extern const char kDisableViewsTextfield[];
20 UI_EXPORT extern const char kEnableTouchDragDrop[];
21 UI_EXPORT extern const char kEnableTouchEditing[];
22 UI_EXPORT extern const char kEnableViewsTextfield[];
23 UI_EXPORT extern const char kHighlightMissingScaledResources[];
24 UI_EXPORT extern const char kLang[];
25 UI_EXPORT extern const char kLocalePak[];
26 UI_EXPORT extern const char kNoMessageBox[];
27 UI_EXPORT extern const char kTouchOptimizedUI[];
28 UI_EXPORT extern const char kTouchOptimizedUIAuto[];
29 UI_EXPORT extern const char kTouchOptimizedUIDisabled[];
30 UI_EXPORT extern const char kTouchOptimizedUIEnabled[];
31 UI_EXPORT extern const char kTouchSideBezels[];
33 #if defined(USE_XI2_MT)
34 UI_EXPORT extern const char kTouchCalibration[];
35 #endif
37 } // namespace switches
39 #endif // UI_BASE_UI_BASE_SWITCHES_H_