Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Unified Diff: ui/base/ui_base_switches.cc

Issue 1926173002: Erase LinkDisambiguation code on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix include Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698