| Index: webkit/child/resource_loader_bridge.h
|
| diff --git a/webkit/child/resource_loader_bridge.h b/webkit/child/resource_loader_bridge.h
|
| index e1cd310fd33d2659d94b65e4195ed4a6cd672eed..4c6df2abfbc17e50bb3a62f84cafc37b6ada4dab 100644
|
| --- a/webkit/child/resource_loader_bridge.h
|
| +++ b/webkit/child/resource_loader_bridge.h
|
| @@ -210,7 +210,8 @@ class ResourceLoaderBridge {
|
| // Call this method when the priority of the requested resource changes after
|
| // Start() has been called. This method may only be called after a successful
|
| // call to the Start method.
|
| - virtual void DidChangePriority(net::RequestPriority new_priority) = 0;
|
| + virtual void DidChangePriority(net::RequestPriority new_priority,
|
| + int intra_priority_value) = 0;
|
|
|
| // Call this method to load the resource synchronously (i.e., in one shot).
|
| // This is an alternative to the Start method. Be warned that this method
|
|
|