| Index: ui/base/ui_base_switches.cc
|
| diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
|
| index 7ec3c6bf649407b9872d4f12974a9601f40c8a16..603c263894807ccd189f45c7ab36dd54d77f4232 100644
|
| --- a/ui/base/ui_base_switches.cc
|
| +++ b/ui/base/ui_base_switches.cc
|
| @@ -46,10 +46,6 @@ const char kDisableTouchFeedback[] = "disable-touch-feedback";
|
| // Enables large icons on the New Tab page.
|
| const char kEnableIconNtp[] = "enable-icon-ntp";
|
|
|
| -// Enables a zoomed popup bubble that allows the user to select a link.
|
| -const char kEnableLinkDisambiguationPopup[] =
|
| - "enable-link-disambiguation-popup";
|
| -
|
| // Enables touch event based drag and drop.
|
| const char kEnableTouchDragDrop[] = "enable-touch-drag-drop";
|
|
|
|
|