From 3a3adbc08dacf3da67155a34e4a59c33dc36fa74 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 30 Sep 2010 20:10:05 +0000 Subject: Try to fix linux 64 compile error git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61102 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_service.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'chrome/browser/plugin_service.cc') 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)) { -- cgit v1.1