| 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 6dfbff7989d7829058dcc923a0b89dbf6ada2bd0..28ce3475919be504c0adb90158f86069f312149d 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -131,6 +131,8 @@ interface PPB_NaCl_Private {
|
| [in] str_t last_modified,
|
| [in] str_t etag,
|
| [in] PP_Bool has_no_store_header,
|
| + [in] str_t sandbox_isa,
|
| + [in] str_t extra_flags,
|
| [out] PP_Bool is_hit,
|
| [out] PP_FileHandle nexe_handle,
|
| [in] PP_CompletionCallback callback);
|
|
|