Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6614)

Unified Diff: chrome/common/chrome_switches.cc

Issue 5917001: Change the "Disable outdated plug-ins" lab to block them instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename command line switch and viewmsg Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 745ce0c4a4ca5b5e83481930eee4a867345707f7..60c1c45714744603322184cf144ee9c6217c8bca 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -87,6 +87,9 @@ 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";
@@ -268,9 +271,6 @@ const char kDisableLogging[] = "disable-logging";
// notification.
const char kDisableNewTabFirstRun[] = "disable-new-tab-first-run";
-// Prevent outdated plugins from running.
-const char kDisableOutdatedPlugins[] = "disable-outdated-plugins";
-
// Prevent plugins from running.
const char kDisablePlugins[] = "disable-plugins";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698