| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index b7f006259aef739c99751138785fad54b1c20191..588dcc2b6facf9d4ee829e9d5b6fc52afdbb2fda 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -14,6 +14,9 @@ const char kDisableCoreAnimation[] = "disable-core-animation";
|
| // Disables use of DWM composition for top level windows.
|
| const char kDisableDwmComposition[] = "disable-dwm-composition";
|
|
|
| +// Disables an experimental focus manager to track text input clients.
|
| +const char kDisableTextInputFocusManager[] = "disable-text-input-focus-manager";
|
| +
|
| // Disables touch adjustment.
|
| const char kDisableTouchAdjustment[] = "disable-touch-adjustment";
|
|
|
| @@ -23,6 +26,9 @@ const char kDisableTouchDragDrop[] = "disable-touch-drag-drop";
|
| // Disables controls that support touch base text editing.
|
| const char kDisableTouchEditing[] = "disable-touch-editing";
|
|
|
| +// Enables an experimental focus manager to track text input clients.
|
| +const char kEnableTextInputFocusManager[] = "enable-text-input-focus-manager";
|
| +
|
| // Enables touch event based drag and drop.
|
| const char kEnableTouchDragDrop[] = "enable-touch-drag-drop";
|
|
|
|
|