summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.h
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 15:50:57 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-06 15:50:57 +0000
commit250afb0e2366b9cffd7831f085be4701e81eb636 (patch)
treec66897fd54bc3031c05a39f93d5e4d9486ace92d /chrome/browser/plugin_updater.h
parent8b86363bc6c71aed7d10bef1c496b558faac5628 (diff)
downloadchromium_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_updater.h')
-rw-r--r--chrome/browser/plugin_updater.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
index b847162..f294ce4 100644
--- a/chrome/browser/plugin_updater.h
+++ b/chrome/browser/plugin_updater.h
@@ -28,11 +28,6 @@ void EnablePluginFile(bool enable, const FilePath::StringType& file_path);
// Disable all plugin groups as defined by the user's preference file.
void DisablePluginGroupsFromPrefs(Profile* profile);
-// Disable all plugins groups that are known to be outdated, according to the
-// information hardcoded in PluginGroup, to make sure that they can't be loaded
-// on a web page and instead show a UI to update to the latest version.
-void DisableOutdatedPluginGroups();
-
// Write the enable/disable status to the user's preference file.
void UpdatePreferences(Profile* profile);