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

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

Issue 1461243002: [OLD ATTEMPT, DO NOT REVIEW] mustash: Enable connections to mus from the Chrome renderer Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invert connection creation flow. Needs lots of work. Created 5 years, 1 month 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/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)

Powered by Google App Engine
This is Rietveld 408576698