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

Unified Diff: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h

Issue 10214007: Add an IPC channel between the NaCl loader process and the renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
===================================================================
--- ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (revision 133072)
+++ ppapi/native_client/src/trusted/plugin/nacl_entry_points.h (working copy)
@@ -38,9 +38,10 @@
#include <string>
#include "native_client/src/shared/imc/nacl_imc.h"
+#include "ppapi/c/pp_instance.h"
-typedef bool (*LaunchNaClProcessFunc)(const char* url,
+typedef bool (*LaunchNaClProcessFunc)(int instance, const char* url,
dmichael (off chromium) 2012/04/27 17:14:36 You included PP_Instance; did you mean for that to
bbudge 2012/04/27 17:46:56 Yep. This will be PP_Instance after Mark makes his
int socket_count,
nacl::Handle* result_sockets,
nacl::Handle* nacl_process_handle,

Powered by Google App Engine
This is Rietveld 408576698