| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index cf9e44f7ebbb9d0d3c5d3ce1d132003d6d73d3a2..a65429c35106fd4f2388fad8a0acac1f9aaf058e 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -1193,7 +1193,9 @@ IPC_BEGIN_MESSAGES(ViewHost)
|
|
|
| // 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
|
|
|