| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2bbd9bbe43856fbb4b3b41786c699ac4fdc6a331..02c71f1828544f4c8c3e6b306fc59a089c6622d4 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-manager";
|
| +
|
| // Explicitly allows additional ports using a comma-separated list of port
|
| // numbers.
|
| const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
|
|
|