| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e9469ce6a666ec623dda6fcbcd9bd0fda5424781..c10fa9aa3694ac42abc127f8c6ac5a61c18f2412 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -575,6 +575,10 @@ const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
|
| // Order of the listed sub-arguments does not matter.
|
| const char kEnableWatchdog[] = "enable-watchdog";
|
|
|
| +// Enable Website Settings. The Website Settings UI will replace the Page Info
|
| +// Bubble.
|
| +const char kEnableWebsiteSettings[] = "enable-website-settings";
|
| +
|
| // Uses WebSocket over SPDY.
|
| const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
|
|
|
|
|