Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 220bf60ecf2d0006e19e03949cd32a54cac33f0b..20f4b09fccd2924ec3b28764f0bbe6fe25d18045 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -451,6 +451,9 @@ const char kEnableIPv6[] = "enable-ipv6"; |
// Enables experimentation with launching ephemeral apps via hyperlinks. |
const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps"; |
+// Enables the material design Settings page/app. |
James Hawkins
2015/02/03 22:23:46
nit: s/page\/app/feature/.
Oren Blasberg
2015/02/03 22:29:16
Done.
|
+const char kEnableMaterialDesignSettings[] = "enable-md-settings"; |
+ |
// Runs the Native Client inside the renderer process and enables GPU plugin |
// (internally adds lEnableGpuPlugin to the command line). |
const char kEnableNaCl[] = "enable-nacl"; |