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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock.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
Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
index 13e5141a152edb70f7b295a05a8d70511b42ade9..2a9536fc6e5ca83d4ecc861930621a4ad9dc37f6 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
@@ -48,7 +48,8 @@ class WebURLLoaderMock : public WebURLLoader {
WebURLResponse& response,
WebURLError& error,
WebData& data,
- int64_t& encoded_data_length) override;
+ int64_t& encoded_data_length,
+ int64_t& encoded_body_length) override;
void loadAsynchronously(const WebURLRequest& request,
WebURLLoaderClient* client) override;
void cancel() override;

Powered by Google App Engine
This is Rietveld 408576698