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

Unified Diff: components/mus/public/interfaces/channel_handle.mojom

Issue 2109593006: Add ChannelHandle::mojo_handle to mus' ChannelHandle mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make mojo_handle optional, which it is. Created 4 years, 6 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: components/mus/public/interfaces/channel_handle.mojom
diff --git a/components/mus/public/interfaces/channel_handle.mojom b/components/mus/public/interfaces/channel_handle.mojom
index d78a53f597743a55eb609456a35cafc84e097a68..68c47c7fa3d922ef9316aa9de9b1d96a7b6e6819 100644
--- a/components/mus/public/interfaces/channel_handle.mojom
+++ b/components/mus/public/interfaces/channel_handle.mojom
@@ -10,4 +10,7 @@ struct ChannelHandle {
// On POSIX, it is one endpoint of a socket pair. On Windows, it is not used.
handle socket;
+
+ // Message pipe handle used for ChannelMojo.
+ handle<message_pipe>? mojo_handle;
};

Powered by Google App Engine
This is Rietveld 408576698