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

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: Meatier comments 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 e2f011574cb00d2087cedeb6c1b0fbb6c2c7e5b9..61610a9d53e02cb7ba1e04cbccda9a2a9b5955ab 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1270,6 +1270,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 kEnableToolkitViewsDialogsMac[] = "enable-toolkit-views-dialogs-mac";
+
// 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