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

Unified Diff: chrome/browser/defaults.h

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt to fix athena build Created 6 years, 3 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
« no previous file with comments | « athena/content/web_contents_view_delegate_factory_impl.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 41b16d6c8aecf208472721ee5e07c0f13033e6ed..bf9bb60172726685d793f5742be02ecc1749a67d 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -33,6 +33,12 @@ const int kMiniTabWidth = 64;
const int kMiniTabWidth = 56;
#endif
+#if defined(USE_AURA)
+// Whether to show a Link Disambiguation Popup Bubble if the browser detects an
+// ambiguous touch event.
+extern const bool kShowLinkDisambiguationPopup;
+#endif
+
// Can the browser be alive without any browser windows?
extern const bool kBrowserAliveWithNoWindows;
« no previous file with comments | « athena/content/web_contents_view_delegate_factory_impl.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698