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

Unified Diff: ppapi/api/private/finish_writing_these/ppb_nacl_private.idl

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/api/private/finish_writing_these/ppb_nacl_private.idl
===================================================================
--- ppapi/api/private/finish_writing_these/ppb_nacl_private.idl (revision 133072)
+++ ppapi/api/private/finish_writing_these/ppb_nacl_private.idl (working copy)
@@ -15,6 +15,7 @@
* |nacl_process_id|.
*/
bool LaunchSelLdr(
+ [in] int32_t instance,
[in] str_t alleged_url,
[in] int32_t socket_count,
[out] mem_t imc_handles,

Powered by Google App Engine
This is Rietveld 408576698