From 2bf2bd9bf5a57b22d17ed5ca27692ab303376b83 Mon Sep 17 00:00:00 2001 From: "joaodasilva@chromium.org" Date: Thu, 31 Mar 2011 07:12:44 +0000 Subject: AllowOutdatedPlugins policy. BUG=74435 TEST=unit_tests, set the AllowOutdatedPlugins policy and open a page running an outdated plugin. Review URL: http://codereview.chromium.org/6676113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79964 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/prefs/command_line_pref_store.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/prefs/command_line_pref_store.cc') diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc index 4bdf7c4..c0438c7 100644 --- a/chrome/browser/prefs/command_line_pref_store.cc +++ b/chrome/browser/prefs/command_line_pref_store.cc @@ -30,6 +30,7 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry { switches::kDisable3DAPIs, prefs::kDisable3DAPIs, true }, { switches::kEnableCloudPrintProxy, prefs::kCloudPrintProxyEnabled, true }, + { switches::kAllowOutdatedPlugins, prefs::kPluginsAllowOutdated, true }, }; CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line) -- cgit v1.1