Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index fa1ce45596b8f09734e28f82bca205ca568fa490..d94664adca7796e036aae20a2a75374d959c877b 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1193,9 +1193,12 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UpdatedCacheStats, |
// a ViewMsg_CreatingNew_ACK. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_RenderViewReady) |
+ |
// Indicates the renderer process is gone. This actually is sent by the |
// browser process to itself, but keeps the interface cleaner. |
-IPC_MESSAGE_ROUTED0(ViewHostMsg_RenderViewGone) |
+IPC_MESSAGE_ROUTED2(ViewHostMsg_RenderViewGone, |
+ int, /* this really is base::TerminationStatus */ |
+ int /* exit_code */) |
// Sent by the renderer process to request that the browser close the view. |
// This corresponds to the window.close() API, and the browser may ignore |