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

Unified Diff: third_party/WebKit/public/platform/WebURLLoaderTestDelegate.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
« no previous file with comments | « third_party/WebKit/public/platform/WebURLLoaderClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
diff --git a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
index 0345c163a377de71bcb9b75ff83cb0293f3d49a2..5256bc64b40a58e844b431a7d56810c61bc92670 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
@@ -33,7 +33,8 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderTestDelegate {
int encodedDataLength);
virtual void didFail(WebURLLoaderClient* originalClient,
WebURLLoader*,
- const WebURLError&);
+ const WebURLError&,
+ int64_t totalEncodedDataLength);
virtual void didFinishLoading(WebURLLoaderClient* originalClient,
WebURLLoader*,
double finishTime,
« no previous file with comments | « third_party/WebKit/public/platform/WebURLLoaderClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698