| Index: third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLLoaderClient.h b/third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| index 9988c829753951a3aa22b062b7b64e8ab0742f2c..c19985a1fb49128007862c6d0636ff2c2547aed9 100644
|
| --- a/third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| +++ b/third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| @@ -49,8 +49,7 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderClient {
|
| // for this redirect, or zero if the redirect was served from cache.
|
| virtual void willFollowRedirect(WebURLLoader*,
|
| WebURLRequest& newRequest,
|
| - const WebURLResponse& redirectResponse,
|
| - int64_t encodedDataLength) {}
|
| + const WebURLResponse& redirectResponse) {}
|
|
|
| // Called to report upload progress. The bytes reported correspond to
|
| // the HTTP message body.
|
|
|