| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 82c14f8d79b4b2359962531f394d0b7f3e7de003..eded9a7e0a8c06c9902e8bdddd40a2d3818ad435 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -869,11 +869,6 @@ IPC_MESSAGE_ROUTED0(ViewMsg_CantFocus)
|
| // PageGroupLoadDeferrer is on the stack for SwapOut.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SuppressDialogsUntilSwapOut)
|
|
|
| -// Instructs the renderer to swap out for a cross-site transition, including
|
| -// running the unload event handler. Expects a SwapOut_ACK message when
|
| -// finished.
|
| -IPC_MESSAGE_ROUTED0(ViewMsg_SwapOut)
|
| -
|
| // Instructs the renderer to close the current page, including running the
|
| // onunload event handler.
|
| //
|
| @@ -1227,10 +1222,6 @@ IPC_MESSAGE_ROUTED5(ViewHostMsg_Find_Reply,
|
| int /* active_match_ordinal */,
|
| bool /* final_update */)
|
|
|
| -// Indicates that the current renderer has swapped out, after a SwapOut
|
| -// message.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_SwapOut_ACK)
|
| -
|
| // Indicates that the current page has been closed, after a ClosePage
|
| // message.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
|
|
|