| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index aa9bd3f5bd2d38f6a49cd9f019b2c897b635c1c6..2d5c4ad872301260e5e656e9239482e4c45ee2db 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -378,6 +378,10 @@ IPC_MESSAGE_CONTROL2(FrameMsg_NewFrame,
|
| int /* routing_id */,
|
| int /* parent_routing_id */)
|
|
|
| +IPC_MESSAGE_ROUTED2(FrameMsg_NewWidgetForFrame,
|
| + int /* routing_id_for_widget */,
|
| + bool /* hidden */)
|
| +
|
| // Instructs the renderer to create a new RenderFrameProxy object with
|
| // |routing_id|. The new proxy should be created as a child of the object
|
| // identified by |parent_routing_id| or as top level if that is
|
|
|