| 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 a2c1f3c67bbed0db8c913fa30d7ed9ce877184b0..affe1ab3443f0481f5bf53e85a0ecf6fb17057b9 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -39,6 +39,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
|
| virtual void setDefersLoading(bool value);
|
| virtual void didChangePriority(blink::WebURLRequest::Priority new_priority,
|
| int intra_priority_value);
|
| + virtual bool attachThreadedDataReceiver(
|
| + blink::WebThreadedDataReceiver* threaded_data_receiver);
|
|
|
| private:
|
| class Context;
|
|
|