| 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 f54b9b0f8ec46ed01164a80f8eaeb6d56438dad0..7b979b77beb77c6a9ef28424f0c6598157674230 100644
|
| --- a/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| +++ b/third_party/WebKit/public/platform/WebURLLoaderTestDelegate.h
|
| @@ -30,11 +30,13 @@ class BLINK_PLATFORM_EXPORT WebURLLoaderTestDelegate {
|
| virtual void DidFail(WebURLLoaderClient* original_client,
|
| const WebURLError&,
|
| int64_t total_encoded_data_length,
|
| - int64_t total_encoded_body_length);
|
| + int64_t total_encoded_body_length,
|
| + int64_t total_decoded_body_length);
|
| virtual void DidFinishLoading(WebURLLoaderClient* original_client,
|
| double finish_time,
|
| int64_t total_encoded_data_length,
|
| - int64_t total_encoded_body_length);
|
| + int64_t total_encoded_body_length,
|
| + int64_t total_decoded_body_length);
|
| };
|
|
|
| } // namespace blink
|
|
|