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

Unified Diff: services/ui/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: Rebase update. Created 4 years, 5 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 | « services/ui/common/gpu_type_converters_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/interfaces/channel_handle.mojom
diff --git a/services/ui/public/interfaces/channel_handle.mojom b/services/ui/public/interfaces/channel_handle.mojom
index 5a4136ec599d8738ad2094fce29617d2b7257aad..06786d56aa30d5d235160f5fb1cf6709111ef4dc 100644
--- a/services/ui/public/interfaces/channel_handle.mojom
+++ b/services/ui/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;
};
« no previous file with comments | « services/ui/common/gpu_type_converters_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698