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 20:10:18 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-27 20:10:18 +0000
commit9c9a1a45868fec91c36b05110bbd405f1f54361f (patch)
tree5247f511101376ac18c7f29cde7771571657f8fc /chrome/browser/plugin_updater.cc
parentc2ce471fd0f53644d17d2c43ae71ffaa9b8b4c8d (diff)
downloadchromium_src-9c9a1a45868fec91c36b05110bbd405f1f54361f.zip
chromium_src-9c9a1a45868fec91c36b05110bbd405f1f54361f.tar.gz
chromium_src-9c9a1a45868fec91c36b05110bbd405f1f54361f.tar.bz2
Try to track down Linux perf regressions. TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64131 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r--chrome/browser/plugin_updater.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index d560b3e5..8f4cb2e 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -221,7 +221,8 @@ 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.
- UpdatePreferences(profile, kPluginUpdateDelayMs);
+ // TEMPORARY COMMENT OUT TO ELIMINATE FROM LINUX PERF BOT REGRESSIONS
+ //UpdatePreferences(profile, kPluginUpdateDelayMs);
}
}