summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-27 22:01:23 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-27 22:01:23 +0000
commit63c9f63dedc305bd35b691497c304cc44c6bd16e (patch)
treefc039733aa96a7b3936503a23b91bd2c6b8e73e9 /chrome/browser/plugin_updater.cc
parent9c5940faabc9af4ad621c3d0edf22364817be534 (diff)
downloadchromium_src-63c9f63dedc305bd35b691497c304cc44c6bd16e.zip
chromium_src-63c9f63dedc305bd35b691497c304cc44c6bd16e.tar.gz
chromium_src-63c9f63dedc305bd35b691497c304cc44c6bd16e.tar.bz2
Revert 64131: Try to track down Linux perf regressions. TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r--chrome/browser/plugin_updater.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index 8f4cb2e..d560b3e5 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -221,8 +221,7 @@ void PluginUpdater::DisablePluginGroupsFromPrefs(Profile* profile) {
// We want to save this, but doing so requires loading the list of plugins,
// so do it after a minute as to not impact startup performance. Note that
// plugins are loaded after 30s by the metrics service.
- // TEMPORARY COMMENT OUT TO ELIMINATE FROM LINUX PERF BOT REGRESSIONS
- //UpdatePreferences(profile, kPluginUpdateDelayMs);
+ UpdatePreferences(profile, kPluginUpdateDelayMs);
}
}