Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9bbcef2a12208b5e7a3f2d4fbf0c4f6ca2069608..190ceeff29938564858eb542f0e9c6e2a7e35cf0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -633,6 +633,9 @@ const char kEnableScriptBadges[] = "enable-script-badges"; |
// supported server-side for searches on google.com. |
const char kEnableSdch[] = "enable-sdch"; |
+// Enable the settings WebUI dialog that installs as a packaged app. |
+const char kEnableSettingsApp[] = "enable-settings-app"; |
benwells
2012/10/15 02:04:42
Nit: = should line up with other lines
tapted
2012/10/15 02:32:39
Done. (..not even sure where that came from -- mig
|
+ |
// Enable SPDY/3. This is a temporary testing flag. |
const char kEnableSpdy3[] = "enable-spdy3"; |