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..7796db0c14447fc4734aba13d87b627e25a41aee 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -662,6 +662,9 @@ const char kEnableWatchdog[] = "enable-watchdog"; |
| // Uses WebSocket over SPDY. |
| const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy"; |
| +// Enables the Website Settings page on the Settings page. |
| +const char kEnableWebsiteSettingsManager[] = "enable-website-settings"; |
|
Dan Beam
2014/07/15 03:39:16
enable-website-settings-manager
Daniel Nishi
2014/07/15 17:12:55
Done.
|
| + |
| // Explicitly allows additional ports using a comma-separated list of port |
| // numbers. |
| const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports"; |