| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 94059435d0e852929a2a294ba2a3b1fed0e6b65e..893350d5be494fc705f310817fcab0c33f2e1cce 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -186,13 +186,6 @@ IPC_MESSAGE_ROUTED2(ResourceHostMsg_RequestResource,
|
| IPC_MESSAGE_ROUTED1(ResourceHostMsg_CancelRequest,
|
| int /* request_id */)
|
|
|
| -// Sets a new routing id for the resource request with the ID given as the
|
| -// parameter. This happens when a pending request is transferred to another
|
| -// page.
|
| -IPC_MESSAGE_CONTROL2(ResourceHostMsg_TransferRequestToNewPage,
|
| - int /* new routing_id */,
|
| - int /* request_id */)
|
| -
|
| // Follows a redirect that occured for the resource request with the ID given
|
| // as the parameter.
|
| IPC_MESSAGE_ROUTED3(ResourceHostMsg_FollowRedirect,
|
|
|