diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 19:24:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 19:24:05 +0000 |
commit | 3bb720fd99938e6cbe30c83f7549e51c9065b38b (patch) | |
tree | feb66aea31defe64e8ab5cf23d44cb06b3d60fad | |
parent | 8e75fe575259003cb80b124295b7279519d97fe8 (diff) | |
download | chromium_src-3bb720fd99938e6cbe30c83f7549e51c9065b38b.zip chromium_src-3bb720fd99938e6cbe30c83f7549e51c9065b38b.tar.gz chromium_src-3bb720fd99938e6cbe30c83f7549e51c9065b38b.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62956 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/plugin_updater.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc index e969da6..ded1d61 100644 --- a/chrome/browser/plugin_updater.cc +++ b/chrome/browser/plugin_updater.cc @@ -213,7 +213,6 @@ void PluginUpdater::DisablePluginGroupsFromPrefs(Profile* profile) { // See http://crbug.com/50105 for background. EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader8GroupName)); EnablePluginGroup(false, ASCIIToUTF16(PluginGroup::kAdobeReader9GroupName)); - UpdatePreferences(profile); } } |