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

Unified Diff: content/common/mojo/mojo_messages.h

Issue 256403004: Move Mojo channel initialization closer to IPC::Channel setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another ios fix Created 6 years, 8 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/child/mojo/mojo_application.cc ('k') | content/common/mojo/mojo_service_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/mojo_messages.h
diff --git a/content/common/mojo/mojo_messages.h b/content/common/mojo/mojo_messages.h
index 6e7685b6842f413812e75ec29be88235a30845a8..e9657dae66ed8d005e744753fb799d5d6939338e 100644
--- a/content/common/mojo/mojo_messages.h
+++ b/content/common/mojo/mojo_messages.h
@@ -19,5 +19,6 @@
#define IPC_MESSAGE_START MojoMsgStart
-IPC_MESSAGE_CONTROL1(MojoMsg_ChannelCreated,
+// Mojo IPC is bootstrapped over Chrome IPC via this message.
+IPC_MESSAGE_CONTROL1(MojoMsg_Activate,
IPC::PlatformFileForTransit /* handle */);
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/mojo_service_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698