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

Unified Diff: content/common/navigator_connect_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
« no previous file with comments | « content/common/message_port_messages.h ('k') | content/common/service_worker/service_worker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigator_connect_messages.h
diff --git a/content/common/navigator_connect_messages.h b/content/common/navigator_connect_messages.h
index af6dcb919752668c514a50a5778d12721ab28369..760a69a2e75af956c2a255e27c42252bae1eaad7 100644
--- a/content/common/navigator_connect_messages.h
+++ b/content/common/navigator_connect_messages.h
@@ -4,6 +4,7 @@
// IPC messages for navigator.connect
+#include "content/public/common/message_port_types.h"
#include "content/public/common/navigator_connect_client.h"
#include "ipc/ipc_message_macros.h"
#include "url/gurl.h"
@@ -26,6 +27,6 @@ IPC_MESSAGE_CONTROL3(NavigatorConnectHostMsg_Connect,
IPC_MESSAGE_CONTROL5(NavigatorConnectMsg_ConnectResult,
int /* thread_id */,
int /* request_id */,
- int /* message_port_id */,
+ content::TransferredMessagePort /* message_port */,
int /* message_port_route_id */,
bool /* allow_connect */)
« no previous file with comments | « content/common/message_port_messages.h ('k') | content/common/service_worker/service_worker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698