| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 14e557b8a929eb399809322c6425c2f06f208512..6f369aedce97ee4ab7001a5e0c0dfb7f8a14b639 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -31,7 +31,6 @@ extern const char kAllowNaClSocketAPI[];
|
| extern const char kAllowOutdatedPlugins[];
|
| extern const char kAllowRunningInsecureContent[];
|
| extern const char kAllowScriptingGallery[];
|
| -extern const char kAllowWebSocketProxy[];
|
| extern const char kAlwaysAuthorizePlugins[];
|
| extern const char kAppId[];
|
| extern const char kApp[];
|
| @@ -301,6 +300,7 @@ extern const char kMaxSpdySessionsPerDomain[];
|
| extern const char kMaxSpdyConcurrentStreams[];
|
| extern const char kUserDataDir[];
|
| extern const char kVersion[];
|
| +extern const char kWhitelistedExtensionID[];
|
| extern const char kWinHttpProxyResolver[];
|
| extern const char kMemoryWidget[];
|
|
|
|
|