Index: third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
diff --git a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
index 32e4f3909f6b0dbd65c23189d17eba60852c67ae..b88fe3e132384dd4aec75559a407e246ecd6cccb 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
@@ -108,7 +108,7 @@ public: |
void stopFetching(); |
bool isFetching() const; |
- bool willFollowRedirect(Resource*, ResourceRequest&, const ResourceResponse&, int64_t encodedDataLength); |
+ bool willFollowRedirect(Resource*, ResourceRequest&, const ResourceResponse&); |
enum DidFinishLoadingReason { |
DidFinishLoading, |
DidFinishFirstPartInMultipart |