Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index f9604de61e7290ca24e7d5b19a72b7c0f7372c51..ca1d22009483899b09811a5fd0ecc86a08ccb437 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -510,6 +510,10 @@ 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 detach the RenderFrame object identified by |
+// |routing_id|. |
+IPC_MESSAGE_CONTROL1(FrameMsg_Detach, int /* routing_id */) |
+ |
// 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 |