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

Unified Diff: chrome/browser/defaults.cc

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 | « chrome/browser/defaults.h ('k') | chrome/browser/ui/views/link_disambiguation/link_disambiguation_popup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.cc
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc
index 6d6b6b6e881dffa1e37acd6744fe5671b08583be..f0af83668208459324792ed6fc1f277d6525c7aa 100644
--- a/chrome/browser/defaults.cc
+++ b/chrome/browser/defaults.cc
@@ -16,6 +16,14 @@ const bool kCanToggleSystemTitleBar = true;
const int kOmniboxFontPixelSize = 16;
+#if defined(USE_AURA)
+#if defined(OS_WIN)
+const bool kShowLinkDisambiguationPopup = true;
+#else
+const bool kShowLinkDisambiguationPopup = false;
+#endif
+#endif
+
#if defined(OS_CHROMEOS) || defined(OS_MACOSX)
const bool kBrowserAliveWithNoWindows = true;
const bool kShowExitMenuItem = false;
« no previous file with comments | « chrome/browser/defaults.h ('k') | chrome/browser/ui/views/link_disambiguation/link_disambiguation_popup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698