Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index f9604de61e7290ca24e7d5b19a72b7c0f7372c51..5a08c6269c0d3d5d16feb29d436b4ba39712a2d0 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -510,6 +510,9 @@ IPC_MESSAGE_ROUTED1(FrameMsg_VisualStateRequest, uint64 /* id */) |
// Instructs the renderer to create a new RenderFrame object. |
IPC_MESSAGE_CONTROL1(FrameMsg_NewFrame, FrameMsg_NewFrame_Params /* params */) |
+// Instructs the renderer to delete the RenderFrame. |
+IPC_MESSAGE_ROUTED0(FrameMsg_Delete) |
+ |
// Instructs the renderer to create a new RenderFrameProxy object with |
// |routing_id|. |render_view_routing_id| identifies the |
// RenderView to be associated with this proxy. The new proxy's opener should |