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

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

Issue 11428063: Add a flag to LaunchSelLdr to skip grabbing a routing_id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/ppb_nacl_private.idl
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl
index 2dad7fe3f0bc3ce93e330b0adc7f1bd54909927c..a9e366d74a5ba034f9971420e4b846f239ba9f54 100644
--- a/ppapi/api/private/ppb_nacl_private.idl
+++ b/ppapi/api/private/ppb_nacl_private.idl
@@ -35,6 +35,7 @@ interface PPB_NaCl_Private {
*/
bbudge 2012/11/29 02:12:02 We should probably add a comment for |uses_ppapi|
jvoung (off chromium) 2012/11/29 22:46:46 Done.
PP_NaClResult LaunchSelLdr([in] PP_Instance instance,
[in] str_t alleged_url,
+ [in] PP_Bool uses_ppapi,
[in] PP_Bool enable_ppapi_dev,
[in] int32_t socket_count,
[out] mem_t imc_handles);

Powered by Google App Engine
This is Rietveld 408576698