| 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 9f93cbcc6957dc7248204a69f181227ec86583e2..505e1ca3686a8beda6b678c5a4e77cf4de100c3e 100644
|
| --- a/third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| +++ b/third_party/WebKit/public/platform/WebURLLoaderClient.h
|
| @@ -48,7 +48,7 @@ public:
|
| // |encodedDataLength| is the size of the data that came from the network
|
| // for this redirect, or zero if the redirect was served from cache.
|
| virtual void willFollowRedirect(
|
| - WebURLLoader*, WebURLRequest& newRequest, const WebURLResponse& redirectResponse, int64_t encodedDataLength) {}
|
| + WebURLLoader*, WebURLRequest& newRequest, const WebURLResponse& redirectResponse) {}
|
|
|
| // Called to report upload progress. The bytes reported correspond to
|
| // the HTTP message body.
|
|
|