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

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 162107)
+++ webkit/plugins/ppapi/plugin_module.h (working copy)
@@ -110,11 +110,9 @@
// be created.
scoped_refptr<PluginModule> CreateModuleForNaClInstance();
- // 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);
+ // Initializes the NaCl module for the out of process proxy. InitAsProxied
+ // must be called before calling InitAsProxiedNaCl.
+ void InitAsProxiedNaCl(PluginInstance* instance);
static const PPB_Core* GetCore();

Powered by Google App Engine
This is Rietveld 408576698