| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index ada844fa3a4b5c80804d9b559ac3ac55e52e93de..456b018848ebba46a219f2fca0c2da3a724de6e4 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -480,6 +480,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
|
|
|