Index: content/child/resource_dispatcher.h |
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h |
index 7f7911e71e35660c57cbf7c74b508359cd076a04..5aabbd4e91880d1c35a25252f5b8c093fe1c2522 100644 |
--- a/content/child/resource_dispatcher.h |
+++ b/content/child/resource_dispatcher.h |
@@ -76,7 +76,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { |
// Indicates the priority of the specified request changed. |
void DidChangePriority(int routing_id, int request_id, |
- net::RequestPriority new_priority); |
+ net::RequestPriority new_priority, |
+ int intra_priority_value); |
// This does not take ownership of the delegate. It is expected that the |
// delegate have a longer lifetime than the ResourceDispatcher. |