| Index: third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| index 5256bc64b40a58e844b431a7d56810c61bc92670..833cb7e515047e51278493b99517d40cb1ae2e27 100644
|
| --- a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| +++ b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| @@ -34,11 +34,13 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderTestDelegate {
|
| virtual void didFail(WebURLLoaderClient* originalClient,
|
| WebURLLoader*,
|
| const WebURLError&,
|
| - int64_t totalEncodedDataLength);
|
| + int64_t totalEncodedDataLength,
|
| + int64_t totalEncodedBodyLength);
|
| virtual void didFinishLoading(WebURLLoaderClient* originalClient,
|
| WebURLLoader*,
|
| double finishTime,
|
| - int64_t totalEncodedDataLength);
|
| + int64_t totalEncodedDataLength,
|
| + int64_t totalEncodedBodyLength);
|
| };
|
|
|
| } // namespace blink
|
|
|