| Index: ppapi/c/private/ppb_nacl_private.h
|
| diff --git a/ppapi/c/private/ppb_nacl_private.h b/ppapi/c/private/ppb_nacl_private.h
|
| index 42a6a712a350ff93f82e3fba4e6312dd80d3e02b..6e9371cda41bbb34f0dc28ce1f442fb2e6e81821 100644
|
| --- a/ppapi/c/private/ppb_nacl_private.h
|
| +++ b/ppapi/c/private/ppb_nacl_private.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From private/ppb_nacl_private.idl modified Thu Dec 13 13:40:29 2012. */
|
| +/* From private/ppb_nacl_private.idl modified Thu Jan 3 16:37:58 2013. */
|
|
|
| #ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| #define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| @@ -69,9 +69,12 @@ struct PPB_NaCl_Private_1_0 {
|
| * 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)(PP_Instance instance,
|
| const char* alleged_url,
|
| + PP_Bool uses_irt,
|
| PP_Bool uses_ppapi,
|
| PP_Bool enable_ppapi_dev,
|
| int32_t socket_count,
|
|
|