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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11048045: Allow settings dialog to be opened via the app launcher, as a packaged app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: stray GetSiteInstance in DLOG Created 8 years, 2 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 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";

Powered by Google App Engine
This is Rietveld 408576698