Index: content/child/npapi/webplugin_delegate_impl.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl.cc (revision 212595) |
+++ content/child/npapi/webplugin_delegate_impl.cc (working copy) |
@@ -16,7 +16,6 @@ |
#include "content/child/npapi/plugin_stream_url.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
#include "webkit/glue/webkit_glue.h" |
-#include "webkit/plugins/npapi/plugin_utils.h" |
using WebKit::WebCursorInfo; |
using WebKit::WebInputEvent; |
@@ -62,9 +61,6 @@ |
} |
} |
- if (quirks_ & PLUGIN_QUIRK_DIE_AFTER_UNLOAD) |
- webkit::npapi::SetForcefullyTerminatePluginProcess(true); |
- |
int argc = 0; |
scoped_ptr<char*[]> argn(new char*[arg_names.size()]); |
scoped_ptr<char*[]> argv(new char*[arg_names.size()]); |