| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index fd01e8fdabbacb457e4fcc8b1476f62c39bb5ed0..6b56a0f0ac8b7ba4066a993b9eaf6ce36c91e09f 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -49,18 +49,4 @@ const char kLocalePak[] = "locale_pak";
|
| // do not have a user interface.
|
| const char kNoMessageBox[] = "no-message-box";
|
|
|
| -// Enables UI changes that make it easier to use with a touchscreen.
|
| -// WARNING: Do not check this flag directly when deciding what UI to draw,
|
| -// instead you must call ui::GetDisplayLayout
|
| -const char kTouchOptimizedUI[] = "touch-optimized-ui";
|
| -
|
| -// The values the kTouchOptimizedUI switch may have, as in
|
| -// "--touch-optimized-ui=disabled".
|
| -// auto: Enabled on monitors which have touchscreen support (default).
|
| -const char kTouchOptimizedUIAuto[] = "auto";
|
| -// enabled: always optimized for touch (even if no touch support).
|
| -const char kTouchOptimizedUIEnabled[] = "enabled";
|
| -// disabled: never optimized for touch.
|
| -const char kTouchOptimizedUIDisabled[] = "disabled";
|
| -
|
| } // namespace switches
|
|
|