diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-25 17:59:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-25 17:59:24 +0000 |
commit | abf354c8ca4767f40334916a04c6de6b4098bee3 (patch) | |
tree | 02599f88ba1b9ddd9c733dca7875a8c709be75bc /chrome/browser | |
parent | c170f9e5825e2b25be5b23f5ce74f890f8f2f171 (diff) | |
download | chromium_src-abf354c8ca4767f40334916a04c6de6b4098bee3.zip chromium_src-abf354c8ca4767f40334916a04c6de6b4098bee3.tar.gz chromium_src-abf354c8ca4767f40334916a04c6de6b4098bee3.tar.bz2 |
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
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/plugin_updater.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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); } } |