| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| index 8978b777d38d0fc6c91b0eb59aeaeddf51ed8ff2..def6fcac1f11e3ebd1d7170f8d0579f81e66eb1d 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock.h
|
| @@ -20,6 +20,8 @@ class WebURLLoaderTestDelegate;
|
| class WebURLRequest;
|
| class WebURLResponse;
|
|
|
| +const int kRedirectResponseOverheadBytes = 300;
|
| +
|
| // A simple class for mocking WebURLLoader.
|
| // If the WebURLLoaderMockFactory it is associated with has been configured to
|
| // mock the request it gets, it serves the mocked resource. Otherwise it just
|
|
|