Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 2bbd9bbe43856fbb4b3b41786c699ac4fdc6a331..fb2bf9172c1f307722ce5ae52c9f8b66b6e5366f 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -659,6 +659,9 @@ const char kEnableUserAlternateProtocolPorts[] = |
| // Order of the listed sub-arguments does not matter. |
| const char kEnableWatchdog[] = "enable-watchdog"; |
| +// Enables the Website Settings page on the Settings page. |
| +const char kEnableWebsiteSettingsManager[] = "enable-website-settings"; |
|
Dan Beam
2014/07/10 02:57:25
nit: one more \s before =
Daniel Nishi
2014/07/10 19:00:10
Done.
|
| + |
| // Uses WebSocket over SPDY. |
| const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy"; |