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