Index: ppapi/api/private/ppp_pexe_stream_handler.idl |
diff --git a/ppapi/api/private/ppp_pexe_stream_handler.idl b/ppapi/api/private/ppp_pexe_stream_handler.idl |
index c2c8bf1829a2c78e294288e4e2cbbeb8e2c04cdd..b199b18a9f28fc0942c1efa4ebeceeb3aba0f223 100644 |
--- a/ppapi/api/private/ppp_pexe_stream_handler.idl |
+++ b/ppapi/api/private/ppp_pexe_stream_handler.idl |
@@ -26,7 +26,8 @@ interface PPP_PexeStreamHandler { |
* Provides the expected length of the pexe, as read from HTTP headers. |
*/ |
void DidCacheMiss([inout] mem_t user_data, |
- [in] int64_t expected_total_length); |
+ [in] int64_t expected_total_length, |
+ [in] PP_FileHandle temp_nexe_file); |
/** |
* Invoked when a block of data has been downloaded. |