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

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: 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 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

Powered by Google App Engine
This is Rietveld 408576698