| Index: content/common/resource_dispatcher.h
|
| ===================================================================
|
| --- content/common/resource_dispatcher.h (revision 183842)
|
| +++ content/common/resource_dispatcher.h (working copy)
|
| @@ -61,10 +61,6 @@
|
| // Toggles the is_deferred attribute for the specified request.
|
| void SetDefersLoading(int request_id, bool value);
|
|
|
| - // Indicates the priority of the specified request changed.
|
| - void DidChangePriority(int routing_id, int request_id,
|
| - net::RequestPriority new_priority);
|
| -
|
| // This does not take ownership of the delegate. It is expected that the
|
| // delegate have a longer lifetime than the ResourceDispatcher.
|
| void set_delegate(ResourceDispatcherDelegate* delegate) {
|
|
|