Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 4688fd6494f44ec7d8067b56b4ed2091186d31b6..1f7f88d8a3356d3715b75c87f85b85b57d7998fa 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -567,6 +567,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) |
| @@ -1101,6 +1102,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. |
|
jsbell
2014/06/03 16:56:39
Nit: extra space
michaeln
2014/06/03 18:58:09
Done.
|
| +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) |