| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 84236bb125bce40878ce38893240855017b7f81a..bbaa64332a84f7763aec656bf69181fae3f332da 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -26,6 +26,9 @@ const char kAllowFileAccessFromFiles[] = "allow-file-access-from-files";
|
| // directories. This switch re-enables file:// for testing.
|
| const char kAllowFileAccess[] = "allow-file-access";
|
|
|
| +// Don't block outdated plugins.
|
| +const char kAllowOutdatedPlugins[] = "allow-outdated-plugins";
|
| +
|
| // Disable checking of the renegotiation extension and any future checks over
|
| // and above what a "traditional" SSL stack might do. This has been requested
|
| // in order to support some web development tools that intercept SSL
|
| @@ -84,12 +87,6 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
| // automation-related messages on IPC channel with the given ID.
|
| const char kAutomationClientChannelID[] = "automation-channel";
|
|
|
| -// Block non-sandboxed plugins.
|
| -const char kBlockNonSandboxedPlugins[] = "block-nonsandboxed-plugins";
|
| -
|
| -// Prevent outdated plugins from running.
|
| -const char kBlockOutdatedPlugins[] = "block-outdated-plugins";
|
| -
|
| // Causes the browser process to throw an assertion on startup.
|
| const char kBrowserAssertTest[] = "assert-test";
|
|
|
|
|