Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index d22c70433769600ce17cc992fc158cb76d3070e9..361b70d3c283fb2cee76a663afd8ab89bac0aa32 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -591,6 +591,12 @@ IPC_SYNC_MESSAGE_CONTROL3_1(FrameHostMsg_CreateChildFrame, |
// detached from the DOM. |
IPC_MESSAGE_ROUTED0(FrameHostMsg_Detach) |
+// Indicates the renderer process is gone. This actually is sent by the |
+// browser process to itself, but keeps the interface cleaner. |
+IPC_MESSAGE_ROUTED2(FrameHostMsg_RenderProcessGone, |
+ int, /* this really is base::TerminationStatus */ |
+ int /* exit_code */) |
+ |
// Sent by the renderer when the frame becomes focused. |
IPC_MESSAGE_ROUTED0(FrameHostMsg_FrameFocused) |