diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 15:50:57 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 15:50:57 +0000 |
commit | 250afb0e2366b9cffd7831f085be4701e81eb636 (patch) | |
tree | c66897fd54bc3031c05a39f93d5e4d9486ace92d /chrome/browser/plugin_service.cc | |
parent | 8b86363bc6c71aed7d10bef1c496b558faac5628 (diff) | |
download | chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.zip chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.tar.gz chromium_src-250afb0e2366b9cffd7831f085be4701e81eb636.tar.bz2 |
Revert 55227 - Disable outdated non-sandboxed plugins.
BUG=47731
TEST=Run with --disable-outdated-plugins
Review URL: http://codereview.chromium.org/3038051
TBR=bauerb@chromium.org
Review URL: http://codereview.chromium.org/3083021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55229 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.cc')
-rw-r--r-- | chrome/browser/plugin_service.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc index fb15c54..c87f3fd 100644 --- a/chrome/browser/plugin_service.cc +++ b/chrome/browser/plugin_service.cc @@ -63,11 +63,6 @@ void PluginService::InitGlobalInstance(Profile* profile) { // We first group the plugins and then figure out which groups to disable. plugin_updater::DisablePluginGroupsFromPrefs(profile); - if (CommandLine::ForCurrentProcess()->HasSwitch( - switches::kDisableOutdatedPlugins)) { - plugin_updater::DisableOutdatedPluginGroups(); - } - // Have Chrome plugins write their data to the profile directory. GetInstance()->SetChromePluginDataDir(profile->GetPath()); } |