diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 22:01:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 22:01:23 +0000 |
commit | 63c9f63dedc305bd35b691497c304cc44c6bd16e (patch) | |
tree | fc039733aa96a7b3936503a23b91bd2c6b8e73e9 /chrome/browser/plugin_updater.cc | |
parent | 9c5940faabc9af4ad621c3d0edf22364817be534 (diff) | |
download | chromium_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.cc | 3 |
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); } } |