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 775ac88f648538d51be44ea96494fa922dd64605..029387b0a1b17cbc1ac459fe698c8b4f727e8155 100644 |
--- a/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
+++ b/third_party/WebKit/Source/core/fetch/ResourceFetcher.h |
@@ -122,10 +122,7 @@ class CORE_EXPORT ResourceFetcher |
void stopFetching(); |
bool isFetching() const; |
- bool willFollowRedirect(Resource*, |
- ResourceRequest&, |
- const ResourceResponse&, |
- int64_t encodedDataLength); |
+ bool willFollowRedirect(Resource*, ResourceRequest&, const ResourceResponse&); |
enum DidFinishLoadingReason { |
DidFinishLoading, |
DidFinishFirstPartInMultipart |