| 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 f603d6b32e40fb09dad0a525241605c5d4bd9eaa..88c88fe88e8037d94dfb9a816e280a0b7bf76eca 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -44,9 +44,12 @@ interface PPB_NaCl_Private {
|
| * indicates that the nexe run by sel_ldr will use the PPAPI APIs.
|
| * This implies that LaunchSelLdr is run from the main thread. If a nexe
|
| * does not need PPAPI, then it can run off the main thread.
|
| + * The |uses_irt| flag indicates whether the IRT should be loaded in this
|
| + * NaCl process. This is true for ABI stable nexes.
|
| */
|
| PP_NaClResult LaunchSelLdr([in] PP_Instance instance,
|
| [in] str_t alleged_url,
|
| + [in] PP_Bool uses_irt,
|
| [in] PP_Bool uses_ppapi,
|
| [in] PP_Bool enable_ppapi_dev,
|
| [out] mem_t imc_handle);
|
|
|