| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 8b346dd2950128f70e786057ff39403935e9516f..906e9db349fea8619f35a434890a1bfca4012aa7 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -324,6 +324,7 @@ IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile,
|
| int /* request_id */)
|
|
|
| // Sent by the renderer when a resource request changes priority.
|
| -IPC_MESSAGE_CONTROL2(ResourceHostMsg_DidChangePriority,
|
| +IPC_MESSAGE_CONTROL3(ResourceHostMsg_DidChangePriority,
|
| int /* request_id */,
|
| - net::RequestPriority)
|
| + net::RequestPriority,
|
| + int /* intra_priority_value */)
|
|
|