| Index: content/child/web_url_loader_impl.h
|
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
|
| index 2f98fabc54161f5fe60c07db4cfb2453eac63659..7c55189d78a77dd71f3d8606bcf9f4750b347d39 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -60,7 +60,8 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| blink::WebURLResponse& response,
|
| blink::WebURLError& error,
|
| blink::WebData& data,
|
| - int64_t& encoded_data_length) override;
|
| + int64_t& encoded_data_length,
|
| + int64_t& encoded_body_length) override;
|
| void loadAsynchronously(
|
| const blink::WebURLRequest& request,
|
| blink::WebURLLoaderClient* client) override;
|
|
|