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

Unified Diff: ppapi/c/private/ppp_pexe_stream_handler.h

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
Index: ppapi/c/private/ppp_pexe_stream_handler.h
diff --git a/ppapi/c/private/ppp_pexe_stream_handler.h b/ppapi/c/private/ppp_pexe_stream_handler.h
index abb2cb0dc56390d139d7e6dbc9bbde61a7a9dee8..7ac92064a9886668192d960cb4c01d118c3aac7a 100644
--- a/ppapi/c/private/ppp_pexe_stream_handler.h
+++ b/ppapi/c/private/ppp_pexe_stream_handler.h
@@ -4,7 +4,7 @@
*/
/* From private/ppp_pexe_stream_handler.idl,
- * modified Thu Jul 10 11:05:31 2014.
+ * modified Wed Aug 6 13:11:06 2014.
*/
#ifndef PPAPI_C_PRIVATE_PPP_PEXE_STREAM_HANDLER_H_
@@ -37,7 +37,9 @@ struct PPP_PexeStreamHandler_1_0 {
* Invoked as a result of a cache miss for a translated pexe.
* Provides the expected length of the pexe, as read from HTTP headers.
*/
- void (*DidCacheMiss)(void* user_data, int64_t expected_total_length);
+ void (*DidCacheMiss)(void* user_data,
+ int64_t expected_total_length,
+ PP_FileHandle temp_nexe_file);
/**
* Invoked when a block of data has been downloaded.
* Only invoked after DidCacheMiss().
« no previous file with comments | « ppapi/api/private/ppp_pexe_stream_handler.idl ('k') | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698