| 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 8bdcc07f80a748fb9802a1c611b74135a90b4d58..530132dc8ae8ab9989aa29400696a0923c9d956f 100644
|
| --- a/ppapi/api/private/ppb_nacl_private.idl
|
| +++ b/ppapi/api/private/ppb_nacl_private.idl
|
| @@ -426,9 +426,14 @@ interface PPB_NaCl_Private {
|
| [in] str_t message);
|
|
|
| /* Downloads the .nexe file at the given URL to a file, and sets |handle|
|
| - * to a handle to a file containing its contents. */
|
| + * to a handle to a file containing its contents.
|
| + * If metadata for identity-based validation caching is available
|
| + * then it sets file_token_lo and file_token_lo (otherwise left untouched).
|
| + */
|
| void DownloadNexe([in] PP_Instance instance,
|
| [in] str_t url,
|
| [out] PP_FileHandle handle,
|
| + [out] uint64_t file_token_lo,
|
| + [out] uint64_t file_token_hi,
|
| [in] PP_CompletionCallback callback);
|
| };
|
|
|