| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 1760ed108e57c22e761303489e18f63ee7dab238..1f7a39056e3528b34669ebb46b40a20d77d1fc98 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[];
|
| @@ -324,6 +323,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[];
|
|
|
|
|