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

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

Issue 10543029: PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: enforce ordering of events, make previous view emptyenforce ordering of events, make previous view … Created 8 years, 6 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
diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
index 814ae3a964d7d31a6c1487c46a3385ac1c75136f..d9b016234d991032f67d6d0eaaf42c99e95cc80f 100644
--- a/webkit/plugins/ppapi/plugin_module.h
+++ b/webkit/plugins/ppapi/plugin_module.h
@@ -87,6 +87,12 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
// ownership of the given pointer, even in the failure case.
void InitAsProxied(PluginDelegate::OutOfProcessProxy* out_of_process_proxy);
+ // Initializes this module for the given NaCl proxy. This takes
+ // ownership of the given pointer, even in the failure case.
+ void InitAsProxiedNaCl(
+ PluginDelegate::OutOfProcessProxy* out_of_process_proxy,
+ PP_Instance instance);
+
static const PPB_Core* GetCore();
// Returns a pointer to the local GetInterface function for retrieving

Powered by Google App Engine
This is Rietveld 408576698