summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.cc
diff options
context:
space:
mode:
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);
}
}