| 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 bc85bede046caebdab9928e601e275b3ff20256b..2d1f7210599a883fcd9bd5d5ae57806b813f3c5b 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 Jun 5 08:59:03 2014. */
|
| +/* From private/ppb_nacl_private.idl modified Thu Jun 12 18:31:29 2014. */
|
|
|
| #ifndef PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| #define PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_
|
| @@ -253,6 +253,7 @@ struct PPB_NaCl_Private_1_0 {
|
| PP_Instance instance,
|
| PP_Bool main_service_runtime,
|
| const char* alleged_url,
|
| + const struct PP_NaClFileInfo* nexe_file_info,
|
| PP_Bool uses_irt,
|
| PP_Bool uses_ppapi,
|
| PP_Bool uses_nonsfi_mode,
|
|
|