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

Unified Diff: content/child/test_request_peer.h

Issue 2835123005: Send the decoded size when response completed and stop summing in ResourceLoader::DidReceiveData() (Closed)
Patch Set: Created 3 years, 8 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 | « content/child/resource_dispatcher_unittest.cc ('k') | content/child/test_request_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/test_request_peer.h
diff --git a/content/child/test_request_peer.h b/content/child/test_request_peer.h
index fa2d59d7352db2b145d04034fa1bf5e0a6c02ff6..df0e98f510b9b8d497c4e8c6522e280703ea95cd 100644
--- a/content/child/test_request_peer.h
+++ b/content/child/test_request_peer.h
@@ -43,7 +43,8 @@ class TestRequestPeer : public RequestPeer {
bool stale_copy_in_cache,
const base::TimeTicks& completion_time,
int64_t total_transfer_size,
- int64_t encoded_body_size) override;
+ int64_t encoded_body_size,
+ int64_t decoded_body_size) override;
struct Context final {
Context();
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/child/test_request_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698