diff options
author | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 07:12:44 +0000 |
---|---|---|
committer | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 07:12:44 +0000 |
commit | 2bf2bd9bf5a57b22d17ed5ca27692ab303376b83 (patch) | |
tree | eb14c5119b6a83510c8bd7e8823d0eda8bea054d /chrome/browser/prefs/command_line_pref_store.cc | |
parent | a47040f8d7c8eccf16a8484ff8e02d93d0f0dbc5 (diff) | |
download | chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.zip chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.tar.gz chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.cc')
-rw-r--r-- | chrome/browser/prefs/command_line_pref_store.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |