| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b4074bf11881ccb4658fd910224728594eb6fd3e..a420a9d28973168a0c7714088caa5616449220a8 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1408,7 +1408,7 @@ 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_ROUTED2(ViewHostMsg_RenderViewGone,
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_RenderProcessGone,
|
| int, /* this really is base::TerminationStatus */
|
| int /* exit_code */)
|
|
|
|
|