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

Unified Diff: content/child/web_url_loader_impl.h

Issue 2510333002: Send encoded_body_length to renderer when response completed (2/3) (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « content/child/url_response_body_consumer_unittest.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index 2f98fabc54161f5fe60c07db4cfb2453eac63659..7c55189d78a77dd71f3d8606bcf9f4750b347d39 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -60,7 +60,8 @@ class CONTENT_EXPORT WebURLLoaderImpl
blink::WebURLResponse& response,
blink::WebURLError& error,
blink::WebData& data,
- int64_t& encoded_data_length) override;
+ int64_t& encoded_data_length,
+ int64_t& encoded_body_length) override;
void loadAsynchronously(
const blink::WebURLRequest& request,
blink::WebURLLoaderClient* client) override;
« no previous file with comments | « content/child/url_response_body_consumer_unittest.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698