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

Unified Diff: webkit/plugins/ppapi/plugin_module.h

Issue 11140046: Add a content API to connect a Native Client module to an out-of-process PPAPI proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: webkit/plugins/ppapi/plugin_module.h
===================================================================
--- webkit/plugins/ppapi/plugin_module.h (revision 161836)
+++ webkit/plugins/ppapi/plugin_module.h (working copy)
@@ -113,8 +113,8 @@
// Initializes the NaCl module for the given out of process proxy. This takes
// ownership of the given pointer, even in the failure case.
void InitAsProxiedNaCl(
- scoped_ptr<PluginDelegate::OutOfProcessProxy> out_of_process_proxy,
- PP_Instance instance);
+ PluginDelegate::OutOfProcessProxy* out_of_process_proxy,
+ PluginInstance* instance);
static const PPB_Core* GetCore();

Powered by Google App Engine
This is Rietveld 408576698