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

Unified Diff: content/common/view_messages.h

Issue 944443003: Step two of optionally sending messages to/from message ports as base::Value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-c-message-as-values-take2
Patch Set: use auto where it makes sense Created 5 years, 10 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 1cb5442fdf4f332e3ed3d4642d71b6fb432a9d15..c24b17699fd59e60e778022566b1c0ff7104ccfc 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -24,6 +24,7 @@
#include "content/public/common/file_chooser_file_info.h"
#include "content/public/common/file_chooser_params.h"
#include "content/public/common/menu_item.h"
+#include "content/public/common/message_port_types.h"
#include "content/public/common/page_state.h"
#include "content/public/common/page_zoom.h"
#include "content/public/common/referrer.h"
@@ -535,7 +536,7 @@ IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
IPC_STRUCT_MEMBER(base::string16, target_origin)
// Information about the MessagePorts this message contains.
- IPC_STRUCT_MEMBER(std::vector<int>, message_port_ids)
+ IPC_STRUCT_MEMBER(std::vector<content::TransferredMessagePort>, message_ports)
IPC_STRUCT_MEMBER(std::vector<int>, new_routing_ids)
IPC_STRUCT_END()
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/public/browser/message_port_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698