Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 220bf60ecf2d0006e19e03949cd32a54cac33f0b..c6e68697820e07b84da6b454efb8ba86a0538d26 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. |
| +const char kEnableMaterialDesignSettings[] = "enable-material-design-settings"; |
|
James Hawkins
2015/02/03 22:08:46
enable-md-settings
Oren Blasberg
2015/02/03 22:13:34
Done.
|
| + |
| // Runs the Native Client inside the renderer process and enables GPU plugin |
| // (internally adds lEnableGpuPlugin to the command line). |
| const char kEnableNaCl[] = "enable-nacl"; |