| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1f58615c30c023d5b8a5489c482a63e28b801a30..a016fbb0cba5832ad9a574d42b009968b5d2f518 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -37,6 +37,10 @@ const char kAllowOutdatedPlugins[] = "allow-outdated-plugins";
|
| // useful for automation testing of the gallery.
|
| const char kAllowScriptingGallery[] = "allow-scripting-gallery";
|
|
|
| +// Specifies comma separated list of extension ids to grant access to local
|
| +// websocket proxy.
|
| +const char kAllowWebSocketProxy[] = "allow-websocket-proxy";
|
| +
|
| // This prevents Chrome from requiring authorization to run certain widely
|
| // installed but less commonly used plug-ins.
|
| const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins";
|
|
|