From 250afb0e2366b9cffd7831f085be4701e81eb636 Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Fri, 6 Aug 2010 15:50:57 +0000 Subject: 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 --- chrome/browser/plugin_updater.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chrome/browser/plugin_updater.h') 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); -- cgit v1.1