| Index: content/common/resource_dispatcher.h
|
| diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
|
| index 509a2661528647f59f74dcd00e1c5af8689dd991..8e5302b0a13c8c905950decc87e28b3d55f79da8 100644
|
| --- a/content/common/resource_dispatcher.h
|
| +++ b/content/common/resource_dispatcher.h
|
| @@ -61,6 +61,10 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| // 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,
|
| + WebKit::WebURLRequest::Priority 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) {
|
|
|