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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimNetwork.h

Issue 2519843002: Update ResourceResponse::encodedDataLength when response is completed (Closed)
Patch Set: Update ResourceResponse::encodedDataLength when response is completed 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/web/tests/sim/SimNetwork.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
index 06121ed1e0654f541b49ab4a204092d8187d7bfc..62e48353a606f98a87809d4b70d8366787e165a7 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimNetwork.h
@@ -43,7 +43,10 @@ class SimNetwork final : public WebURLLoaderTestDelegate {
const char* data,
int dataLength,
int encodedDataLength) override;
- void didFail(WebURLLoaderClient*, WebURLLoader*, const WebURLError&) override;
+ void didFail(WebURLLoaderClient*,
+ WebURLLoader*,
+ const WebURLError&,
+ int64_t totalEncodedDataLength) override;
void didFinishLoading(WebURLLoaderClient*,
WebURLLoader*,
double finishTime,

Powered by Google App Engine
This is Rietveld 408576698