summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 22:27:54 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-21 22:27:54 +0000
commit6e74a3bcc45e25f4a249649953b5120324facf16 (patch)
treef376eaefb0bc458929ea606c0dd094c6e087bad0 /chrome/common/chrome_switches.h
parent7d15998d20f6400d8fd3363c8432dfcd306cefbf (diff)
downloadchromium_src-6e74a3bcc45e25f4a249649953b5120324facf16.zip
chromium_src-6e74a3bcc45e25f4a249649953b5120324facf16.tar.gz
chromium_src-6e74a3bcc45e25f4a249649953b5120324facf16.tar.bz2
Block outdated plugins by default.
To allow outdated plugins, pass the new --allow-outdated-plugins command line flag. Also, remove the unused "block nonsandboxed plug-ins" command line flag. BUG=47731 TEST=none Review URL: http://codereview.chromium.org/6065004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index fe03c14..001e963 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[];