| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index c01ff2bc8f9bb681768d117139af6ea9552846a3..11416eebfccd2eb58356b6dca0716943cd4999ed 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -15,9 +15,6 @@ const char kEnableRemoteCoreAnimation[] = "enable-remote-core-animation";
|
| // Disables use of DWM composition for top level windows.
|
| const char kDisableDwmComposition[] = "disable-dwm-composition";
|
|
|
| -const char kDisableLinkDisambiguationPopup[] =
|
| - "disable-link-disambiguation-popup";
|
| -
|
| // Disables an experimental focus manager to track text input clients.
|
| const char kDisableTextInputFocusManager[] = "disable-text-input-focus-manager";
|
|
|
| @@ -30,6 +27,10 @@ const char kDisableTouchDragDrop[] = "disable-touch-drag-drop";
|
| // Disables controls that support touch base text editing.
|
| const char kDisableTouchEditing[] = "disable-touch-editing";
|
|
|
| +// Enables a zoomed popup bubble that allows the user to select a link.
|
| +const char kEnableLinkDisambiguationPopup[] =
|
| + "enable-link-disambiguation-popup";
|
| +
|
| // Enables an experimental focus manager to track text input clients.
|
| const char kEnableTextInputFocusManager[] = "enable-text-input-focus-manager";
|
|
|
|
|