Index: third_party/WebKit/Source/core/loader/PingLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
index 358271809c78cad66469614cea764437d88590a6..9a571fba618bf3977b15268dd03bd19ab1bb4c50 100644 |
--- a/third_party/WebKit/Source/core/loader/PingLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
@@ -206,8 +206,7 @@ class PingLoaderImpl : public GarbageCollectedFinalized<PingLoaderImpl>, |
// WebURLLoaderClient |
void willFollowRedirect(WebURLLoader*, |
WebURLRequest&, |
- const WebURLResponse&, |
- int64_t encodedDataLength) override; |
+ const WebURLResponse&) override; |
void didReceiveResponse(WebURLLoader*, const WebURLResponse&) final; |
void didReceiveData(WebURLLoader*, const char*, int, int, int) final; |
void didFinishLoading(WebURLLoader*, double, int64_t) final; |
@@ -292,8 +291,7 @@ void PingLoaderImpl::dispose() { |
void PingLoaderImpl::willFollowRedirect( |
WebURLLoader*, |
WebURLRequest& passedNewRequest, |
- const WebURLResponse& passedRedirectResponse, |
- int64_t encodedDataLength) { |
+ const WebURLResponse& passedRedirectResponse) { |
if (!m_isBeacon) |
return; |