| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index d40757930701107d78345fcadd4dde04ef5f0670..c31d80d64ef14f8ebdb2673364e090517af8eae4 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -72,8 +72,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| void SetDefersLoading(int request_id, bool value);
|
|
|
| // Indicates the priority of the specified request changed.
|
| - void DidChangePriority(int routing_id,
|
| - int request_id,
|
| + void DidChangePriority(int request_id,
|
| net::RequestPriority new_priority,
|
| int intra_priority_value);
|
|
|
|
|