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

Unified Diff: third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h

Issue 2540023003: Dispatch encoded_data_length separately in content/child (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
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 910885bb9e77fc4cc640caa753ed2d693487432e..7aa41bf41a363867a7b96deb53971ce8dd75f0a2 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
@@ -26,8 +26,7 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderTestDelegate {
const WebURLResponse&);
virtual void didReceiveData(WebURLLoaderClient* originalClient,
const char* data,
- int dataLength,
- int encodedDataLength);
+ int dataLength);
virtual void didFail(WebURLLoaderClient* originalClient,
const WebURLError&,
int64_t totalEncodedDataLength,

Powered by Google App Engine
This is Rietveld 408576698