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

Unified Diff: content/common/frame_messages.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Rebase Created 3 years, 11 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 13529225e78f6c05e8b7721c360c261f65f64d86..35caaa2009413aafdd1f65caeeb19a1774150374 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -36,6 +36,7 @@
#include "content/public/common/form_field_data.h"
#include "content/public/common/frame_navigate_params.h"
#include "content/public/common/javascript_message_type.h"
+#include "content/public/common/message_port.h"
#include "content/public/common/page_importance_signals.h"
#include "content/public/common/page_state.h"
#include "content/public/common/previews_state.h"
@@ -323,8 +324,7 @@ IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params)
IPC_STRUCT_MEMBER(base::string16, target_origin)
// Information about the MessagePorts this message contains.
- IPC_STRUCT_MEMBER(std::vector<int>, message_ports)
- IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids)
+ IPC_STRUCT_MEMBER(std::vector<content::MessagePort>, message_ports)
IPC_STRUCT_END()
IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams)

Powered by Google App Engine
This is Rietveld 408576698