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

Unified Diff: content/common/view_messages.h

Issue 24733002: Enable sending MessagePorts to a different renderer (Chromium side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The Real Thing Created 7 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 355489bc51f1de9aa4df1a9b5875133e8794eb70..e33b639d1060906e2c109823cd24b1cc205cce21 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -753,6 +753,10 @@ IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
// The origin for the message's target.
IPC_STRUCT_MEMBER(string16, target_origin)
+
+ // Information about the MessagePorts this message contains.
+ IPC_STRUCT_MEMBER(std::vector<int>, message_port_ids)
+ IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids)
IPC_STRUCT_END()
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698