Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fb7fb33f3ea4b7ea572eca769f2088160cf15b15..f45b0f5e6508df63f7ee74ffeb0a49bb029e7bd0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -999,6 +999,10 @@ const char kTryChromeAgain[] = "try-chrome-again"; |
// Runs un-installation steps that were done by chrome first-run. |
const char kUninstall[] = "uninstall"; |
+// Use WebUI versions of dialogs when available (rather than platform native |
+// implementations). |
+const char kUseMoreWebUI[] = "use-more-webui"; |
+ |
// Use a pure Views implementation when available (rather rather than platform |
// native implementation such as GTK). |
const char kUsePureViews[] = "use-pure-views"; |