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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5bc0eddf6e40ea359900bffc945f7c3feddde1dc..90cf6831dacce049e78a6816189c99dba5c76ed9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2037,6 +2037,11 @@ const Experiment kExperiments[] = {
kOsMac,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAppWindowCycling,
switches::kDisableAppWindowCycling)},
+ {"toolkit-views-dialogs-mac",
+ IDS_FLAGS_TOOLKIT_VIEWS_DIALOGS_MAC_NAME,
+ IDS_FLAGS_TOOLKIT_VIEWS_DIALOGS_MAC_DESCRIPTION,
+ kOsMac,
+ SINGLE_VALUE_TYPE(switches::kEnableToolkitViewsDialogsMac)},
#endif
#if defined(ENABLE_WEBVR)
{"enable-webvr",

Powered by Google App Engine
This is Rietveld 408576698