Index: content/plugin/plugin_thread.cc |
=================================================================== |
--- content/plugin/plugin_thread.cc (revision 211642) |
+++ content/plugin/plugin_thread.cc (working copy) |
@@ -128,9 +128,6 @@ |
GetContentClient()->plugin()->PluginProcessStarted( |
plugin.get() ? plugin->plugin_info().name : string16()); |
- 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); |