Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: content/child/npapi/webplugin_delegate_impl.cc

Issue 19844003: Remove webkit/plugins/npapi. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove GetDefaultWindowParent Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()]);

Powered by Google App Engine
This is Rietveld 408576698