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 */); |