From abf354c8ca4767f40334916a04c6de6b4098bee3 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 25 Oct 2010 17:59:24 +0000 Subject: Revert 62956 since the proper fix has been landed by willchan - Try to green the memory bots. This is just a band-aid, since my previous change exposed the problem with tcmalloc being initialized twice by the test plugin. The effect of this band-aid is that the settings won't be saved right away, which is what's loading the plugin. BUG=59317 TBR=cpu Review URL: http://codereview.chromium.org/3775013 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/4065006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63747 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_updater.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/plugin_updater.cc') diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc index ded1d61..e969da6 100644 --- a/chrome/browser/plugin_updater.cc +++ b/chrome/browser/plugin_updater.cc @@ -213,6 +213,7 @@ void PluginUpdater::DisablePluginGroupsFromPrefs(Profile* profile) { // See http://crbug.com/50105 for background. EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader8GroupName)); EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader9GroupName)); + UpdatePreferences(profile); } } -- cgit v1.1