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

Unified Diff: ppapi/c/private/ppb_nacl_private.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/c/private/ppb_nacl_private.h
===================================================================
--- ppapi/c/private/ppb_nacl_private.h (revision 133072)
+++ ppapi/c/private/ppb_nacl_private.h (working copy)
@@ -18,7 +18,8 @@
// the function will write the process ID of the created process to
// |nacl_process_id|. Unless EnableBackgroundSelLdrLaunch is called, this
// method must be invoked from the main thread.
- bool (*LaunchSelLdr)(const char* alleged_url, int socket_count,
+ bool (*LaunchSelLdr)(int instance,
dmichael (off chromium) 2012/04/27 17:14:36 It would be clearer to use PP_Instance, since that
bbudge 2012/04/27 17:46:56 Yeah, this is supposed to be PP_Instance. Mark Sea
+ const char* alleged_url, int socket_count,
void* imc_handles, void* nacl_process_handle,
int* nacl_process_id);

Powered by Google App Engine
This is Rietveld 408576698