summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/plugin_service.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc
index bfbc3fe..7736a9f 100644
--- a/chrome/browser/plugin_service.cc
+++ b/chrome/browser/plugin_service.cc
@@ -68,12 +68,10 @@ void PluginService::InitGlobalInstance(Profile* profile) {
NPAPI::PluginList::Singleton()->SetPluginLoadHook(LoadPluginsFromDiskHook);
- /*
- Code is disabled since plugins shouldn't be loaded on the UI/IO threads.
- See http://code.google.com/p/chromium/issues/detail?id=57425
+ // Code is disabled since plugins shouldn't be loaded on the UI/IO threads.
+ // See http://code.google.com/p/chromium/issues/detail?id=57425
// We first group the plugins and then figure out which groups to disable.
- PluginUpdater::GetPluginUpdater()->DisablePluginGroupsFromPrefs(profile);
- */
+ // PluginUpdater::GetPluginUpdater()->DisablePluginGroupsFromPrefs(profile);
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableOutdatedPlugins)) {