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

Unified Diff: content/child/test_request_peer.h

Issue 2591383003: Implement SetDefersLoading on content::URLLoaderClientImpl (Closed)
Patch Set: fix Created 4 years 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.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 81162acde553f1d0ccd5fa1813e5fad4cbceedfa..e076b0dcbd5f3662a29d573a59be35e0db0a0adf 100644
--- a/content/child/test_request_peer.h
+++ b/content/child/test_request_peer.h
@@ -65,6 +65,8 @@ class TestRequestPeer : public RequestPeer {
// Total encoded data length, regardless of whether downloading to a file or
// not.
int total_encoded_data_length = 0;
+ bool defer_on_transfer_size_updated = false;
+
// Total length when downloading to a file.
int total_downloaded_data_length = 0;
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/child/test_request_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698