Chromium Code Reviews| Index: content/common/mojo/mojo_messages.h |
| diff --git a/content/common/mojo/mojo_messages.h b/content/common/mojo/mojo_messages.h |
| index c7fab2b12880a3ea169e0a25458219bbc2dfd539..a6a9171e293126ac8917cf3a54bdb088305d7cee 100644 |
| --- a/content/common/mojo/mojo_messages.h |
| +++ b/content/common/mojo/mojo_messages.h |
| @@ -26,3 +26,6 @@ IPC_MESSAGE_CONTROL1(MojoMsg_Activate, |
| // message. |
| IPC_MESSAGE_CONTROL1(MojoMsg_BindExternalMojoShellHandle, |
| IPC::PlatformFileForTransit /* handle */) |
| + |
| +// Tells the browser that this process is ready to receive mojo connections. |
|
Fady Samuel
2015/11/24 04:42:38
Revert this.
|
| +IPC_MESSAGE_CONTROL0(MojoHostMsg_MojoReady) |