| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index fbf73476c35819342ac73e26dd5bf07549f3de39..50382042456c7cb1cf780da87d1a27e0caa86f27 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -566,6 +566,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
|
| IPC_MESSAGE_CONTROL0(ViewMsg_TimezoneChange)
|
|
|
| // Tells the render view to close.
|
| +// Expects a Close_ACK message when finished.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Close)
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_Resize_Params)
|
| @@ -1105,6 +1106,11 @@ IPC_MESSAGE_ROUTED5(ViewHostMsg_Find_Reply,
|
| int /* active_match_ordinal */,
|
| bool /* final_update */)
|
|
|
| +// Indicates that the render view has been closed in respose to a
|
| +// Close message.
|
| +IPC_MESSAGE_CONTROL1(ViewHostMsg_Close_ACK,
|
| + int /* old_route_id */);
|
| +
|
| // Indicates that the current page has been closed, after a ClosePage
|
| // message.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
|
|
|