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 3ac22a3015791edc6f3447af0796c90a60627849..94f72a152c26cfca04efa05b2fc4faa7737f455f 100644 |
--- a/content/child/web_url_loader_impl.h |
+++ b/content/child/web_url_loader_impl.h |
@@ -39,7 +39,8 @@ class WebURLLoaderImpl : public blink::WebURLLoader { |
blink::WebURLLoaderClient* client); |
virtual void cancel(); |
virtual void setDefersLoading(bool value); |
- virtual void didChangePriority(blink::WebURLRequest::Priority new_priority); |
+ virtual void didChangePriority(blink::WebURLRequest::Priority new_priority, |
+ int intra_priority_value); |
private: |
class Context; |