| 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 53fbe1d6b5ca18ca395f6ea4324c2d8721b3062b..97f3d6306e36780fb62377eed2bf60ba4968c26e 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -54,11 +54,11 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| blink::WebURLRequest* new_request);
|
|
|
| // WebURLLoader methods:
|
| - void loadSynchronously(
|
| - const blink::WebURLRequest& request,
|
| - blink::WebURLResponse& response,
|
| - blink::WebURLError& error,
|
| - blink::WebData& data) override;
|
| + void loadSynchronously(const blink::WebURLRequest& request,
|
| + blink::WebURLResponse& response,
|
| + blink::WebURLError& error,
|
| + blink::WebData& data,
|
| + int64_t& encoded_data_length) override;
|
| void loadAsynchronously(
|
| const blink::WebURLRequest& request,
|
| blink::WebURLLoaderClient* client) override;
|
|
|