Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1449)

Unified Diff: content/common/frame_messages.h

Issue 147023002: Notify parent frame renderer when OOP child frame renderer crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Iframe displays green rectangle on child frame crash Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 65d390734a9a5e50e54b6f6eebecd52dab222bfc..c6c9d5acd0904ac386569ba467b89fc2a5605fe0 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -57,6 +57,10 @@ IPC_MESSAGE_ROUTED1(FrameMsg_BuffersSwapped,
IPC_MESSAGE_ROUTED1(FrameMsg_CompositorFrameSwapped,
FrameMsg_CompositorFrameSwapped_Params /* params */)
+// Notifies the embedding frame that the process rendering the child frame's
+// contents has terminated.
+IPC_MESSAGE_ROUTED0(FrameMsg_ChildFrameProcessGone)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_child_frame.cc ('k') | content/renderer/child_frame_compositing_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698