Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc |
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc |
index 3984742a34071f3d6e85c662f917f4a8efaf560a..9fc9bcc71e0790ba6e4f517d9eb2cce4aa4bc039 100644 |
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc |
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc |
@@ -83,7 +83,8 @@ WebURLRequest WebURLLoaderMock::ServeRedirect( |
WeakPtr<WebURLLoaderMock> self = weak_factory_.createWeakPtr(); |
- client_->willFollowRedirect(this, newRequest, redirectResponse); |
+ client_->willFollowRedirect(this, newRequest, redirectResponse, |
+ kRedirectResponseOverheadBytes); |
// |this| might be deleted in willFollowRedirect(). |
if (!self) |