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

Unified Diff: webkit/plugins/npapi/webplugin_delegate_impl.cc

Issue 14720012: Relanding this as the previous attempt failed due to build errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « webkit/plugins/npapi/plugin_utils.cc ('k') | webkit/plugins/plugin_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/webplugin_delegate_impl.cc
===================================================================
--- webkit/plugins/npapi/webplugin_delegate_impl.cc (revision 200310)
+++ webkit/plugins/npapi/webplugin_delegate_impl.cc (working copy)
@@ -16,6 +16,7 @@
#include "webkit/plugins/npapi/plugin_instance.h"
#include "webkit/plugins/npapi/plugin_lib.h"
#include "webkit/plugins/npapi/plugin_stream_url.h"
+#include "webkit/plugins/npapi/plugin_utils.h"
using WebKit::WebCursorInfo;
using WebKit::WebInputEvent;
@@ -63,7 +64,7 @@
}
if (quirks_ & PLUGIN_QUIRK_DIE_AFTER_UNLOAD)
- webkit_glue::SetForcefullyTerminatePluginProcess(true);
+ webkit::npapi::SetForcefullyTerminatePluginProcess(true);
int argc = 0;
scoped_ptr<char*[]> argn(new char*[arg_names.size()]);
« no previous file with comments | « webkit/plugins/npapi/plugin_utils.cc ('k') | webkit/plugins/plugin_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698