| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4adb1e28a2aa0a6e38cbf0a4e277233f0d2bf288..0cd81df6027db9b317cbde9b2d21fa45afddaf65 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -50,10 +50,6 @@ const char kAllowRunningInsecureContent[] = "allow-running-insecure-content";
|
| // 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";
|
| -
|
| // Allow compositing on chrome:// pages.
|
| const char kAllowWebUICompositing[] = "allow-webui-compositing";
|
|
|
| @@ -1183,6 +1179,9 @@ const char kUserDataDir[] = "user-data-dir";
|
| // Prints version information and quits.
|
| const char kVersion[] = "version";
|
|
|
| +// Adds the given extension ID to all the permission whitelists.
|
| +const char kWhitelistedExtensionID[] = "whitelisted-extension-id";
|
| +
|
| // Uses WinHTTP to fetch and evaluate PAC scripts. Otherwise the default is to
|
| // use Chromium's network stack to fetch, and V8 to evaluate.
|
| const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
|
|
|