Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: content/common/frame_messages.h

Issue 616133002: Make RenderFrame(Host) own a RenderWidget(Host). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698