Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1382)

Unified Diff: ppapi/api/private/ppp_pexe_stream_handler.idl

Issue 447013002: Pepper: Fix caching for translated nexes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppp_pexe_stream_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/c/private/ppp_pexe_stream_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698