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

Unified Diff: components/nacl/renderer/ppb_nacl_private_impl.cc

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 | « no previous file | ppapi/api/private/ppp_pexe_stream_handler.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/ppb_nacl_private_impl.cc
diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc
index ca14cdc366cc19ade1b80ac48e87ed14caf0a43e..2161c0d1e81ae4340149252f40e01972fab7f4fb 100644
--- a/components/nacl/renderer/ppb_nacl_private_impl.cc
+++ b/components/nacl/renderer/ppb_nacl_private_impl.cc
@@ -1619,7 +1619,8 @@ class PexeDownloader : public blink::WebURLLoaderClient {
return;
}
stream_handler_->DidCacheMiss(stream_handler_user_data_,
- expected_content_length_);
+ expected_content_length_,
+ file_handle);
// No translated nexe was found in the cache, so we should download the
// file to start streaming it.
« no previous file with comments | « no previous file | ppapi/api/private/ppp_pexe_stream_handler.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698