| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 4dbeb1c8b5222df91633efebc581c373879bb060..d9a56b4981ca832122fa41f8a2e355ea28b737fe 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 kAllowWebUICompositing[];
|
| extern const char kAlwaysAuthorizePlugins[];
|
| extern const char kAppId[];
|
| @@ -322,6 +321,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[];
|
|
|
|
|