Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index f4b08258ba9aefd3c76491428158f2c42009ff79..6e2d62a14e23b283fb8c348912365dbb0b221afc 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -372,6 +372,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 |