| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 2a3f11d35f7ba611dcc4da64c7ebfd6b93565b64..dea501435ae2ea9af1bfb32b6281e6b12b7451aa 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -23,6 +23,7 @@ namespace switches {
|
| extern const char kActivateOnLaunch[];
|
| extern const char kAllowFileAccessFromFiles[];
|
| extern const char kAllowFileAccess[];
|
| +extern const char kAllowOutdatedPlugins[];
|
| extern const char kAllowSSLMITMProxies[];
|
| extern const char kAllowSandboxDebugging[];
|
| extern const char kAllowScriptingGallery[];
|
| @@ -37,8 +38,6 @@ extern const char kAuthNegotiateDelegateWhitelist[];
|
| extern const char kAuthSchemes[];
|
| extern const char kAuthServerWhitelist[];
|
| extern const char kAutomationClientChannelID[];
|
| -extern const char kBlockNonSandboxedPlugins[];
|
| -extern const char kBlockOutdatedPlugins[];
|
| extern const char kBrowserAssertTest[];
|
| extern const char kBrowserCrashTest[];
|
| extern const char kBrowserSubprocessPath[];
|
|
|