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

Unified Diff: chrome/browser/defaults.h

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.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 157d56167c7358a812e6aaa31c379b4db46ee9f4..de52a9a131cb452978f2c368995053103451c48d 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -36,7 +36,7 @@ const int kMiniTabWidth = 56;
#if defined(TOOLKIT_VIEWS)
// Whether to show a Link Disambiguation Popup Bubble if the browser detects an
// ambiguous touch event.
-extern const bool kShowLinkDisambiguationPopup;
+extern const bool kShowLinkDisambiguationPopupDONTUSEME;
#endif
// Can the browser be alive without any browser windows?

Powered by Google App Engine
This is Rietveld 408576698