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

Unified Diff: components/guest_view/common/guest_view_messages.h

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Added a NOTREACHED Created 4 years, 2 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: components/guest_view/common/guest_view_messages.h
diff --git a/components/guest_view/common/guest_view_messages.h b/components/guest_view/common/guest_view_messages.h
index acec2c620371ecffc9473c0dcd1451cba2266d7e..d57864b543329c12829810e3b10d2df550093e7d 100644
--- a/components/guest_view/common/guest_view_messages.h
+++ b/components/guest_view/common/guest_view_messages.h
@@ -33,9 +33,10 @@ IPC_MESSAGE_CONTROL1(GuestViewMsg_GuestDetached,
// Sent by the renderer to set initialization parameters of a Browser Plugin
// that is identified by |element_instance_id|.
-IPC_MESSAGE_CONTROL3(GuestViewHostMsg_AttachGuest,
+IPC_MESSAGE_CONTROL4(GuestViewHostMsg_AttachGuest,
int /* element_instance_id */,
int /* guest_instance_id */,
+ int /* embedder_routing_id */,
base::DictionaryValue /* attach_params */)
// We have a RenderFrame with routing id of |embedder_local_frame_routing_id|.

Powered by Google App Engine
This is Rietveld 408576698