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

Unified Diff: content/common/view_messages.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add metrics and support for non-ASCII text messages to Java endpoints 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 60e2313f4667a3ab5299961661e8fb31d9f82f4d..d82338ff25a15a5b68443e86eae37ba160a8753e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -27,6 +27,7 @@
#include "content/public/common/common_param_traits.h"
#include "content/public/common/favicon_url.h"
#include "content/public/common/menu_item.h"
+#include "content/public/common/message_port.h"
#include "content/public/common/page_state.h"
#include "content/public/common/page_zoom.h"
#include "content/public/common/referrer.h"
@@ -706,8 +707,8 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_DocumentDetached, uint64_t /* document_id */)
// A renderer sends this to the browser process when it wants to connect to a
// worker.
IPC_MESSAGE_CONTROL2(ViewHostMsg_ConnectToWorker,
- int /* route_id */,
- int /* sent_message_port_id */)
+ int32_t /* worker_route_id */,
+ content::MessagePort /* port */)
// Tells the browser that a specific Appcache manifest in the current page
// was accessed.

Powered by Google App Engine
This is Rietveld 408576698