From 47217cf0e17aa7aa5da0401bd5ea17203da4aed7 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Sat, 5 Nov 2011 01:23:44 +0000 Subject: Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on PluginService" TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8475020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108760 0039d316-1c4b-4281-b951-d872f2087c98 --- content/plugin/plugin_thread.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/plugin') diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index 7951a8f..195bffe 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -27,7 +27,6 @@ #include "ipc/ipc_channel_handle.h" #include "webkit/glue/webkit_glue.h" #include "webkit/plugins/npapi/plugin_lib.h" -#include "webkit/plugins/npapi/plugin_list.h" #include "webkit/plugins/npapi/webplugin_delegate_impl.h" #if defined(TOOLKIT_USES_GTK) @@ -115,9 +114,6 @@ PluginThread::PluginThread() content::GetContentClient()->plugin()->PluginProcessStarted( plugin.get() ? plugin->plugin_info().name : string16()); - content::GetContentClient()->AddNPAPIPlugins( - webkit::npapi::PluginList::Singleton()); - // Certain plugins, such as flash, steal the unhandled exception filter // thus we never get crash reports when they fault. This call fixes it. message_loop()->set_exception_restoration(true); -- cgit v1.1