summaryrefslogtreecommitdiffstats
path: root/content/plugin
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:23:44 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-05 01:23:44 +0000
commit47217cf0e17aa7aa5da0401bd5ea17203da4aed7 (patch)
tree3d9720e09cb0eacc8a5a0d59c26f3123ffc57ba2 /content/plugin
parent5a5fdc08c1ae8fdfce391f1a17c5fbb6097ab280 (diff)
downloadchromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.zip
chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.gz
chromium_src-47217cf0e17aa7aa5da0401bd5ea17203da4aed7.tar.bz2
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
Diffstat (limited to 'content/plugin')
-rw-r--r--content/plugin/plugin_thread.cc4
1 files changed, 0 insertions, 4 deletions
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);