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

Unified Diff: chrome/browser/defaults.cc

Issue 725243002: add flag to disable link disambiguation popup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: chrome/browser/defaults.cc
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc
index ff39b1d759cddcbb7de19387fa7b60ca5046849a..7da3fc5505c5206dd328732ba48007ac4aa5dbc5 100644
--- a/chrome/browser/defaults.cc
+++ b/chrome/browser/defaults.cc
@@ -18,9 +18,9 @@ const int kOmniboxFontPixelSize = 16;
#if defined(TOOLKIT_VIEWS)
#if defined(OS_WIN)
-const bool kShowLinkDisambiguationPopup = true;
+const bool kShowLinkDisambiguationPopupDONTUSEME = true;
#else
-const bool kShowLinkDisambiguationPopup = false;
+const bool kShowLinkDisambiguationPopupDONTUSEME = false;
#endif
#endif

Powered by Google App Engine
This is Rietveld 408576698