| 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,
|
|
|