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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1274083002: Add flag to show toolkit-views dialogs on Mac, start with HTTP-Auth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase ug - fix histograms: knew I forgot to rename something (darn flaky tryjobs..) Created 5 years, 4 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3cd1a7916650f82712407252a439c10596189239..dfb170368983e199d5c1081ab72668140921c0a0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1269,6 +1269,10 @@ const char kEnableAppWindowCycling[] = "enable-app-window-cycling";
const char kEnableMacViewsNativeAppWindows[] =
"enable-mac-views-native-app-windows";
+// Causes Chrome to use an equivalent toolkit-views version of a browser dialog
+// when available, rather than a Cocoa one.
+const char kEnableMacViewsDialogs[] = "enable-mac-views-dialogs";
+
// Enables Translate experimental new UX which replaces the infobar.
const char kEnableTranslateNewUX[] = "enable-translate-new-ux";

Powered by Google App Engine
This is Rietveld 408576698