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

Unified Diff: services/ui/public/interfaces/channel_handle.mojom

Issue 2128183002: Make ChannelHandle::socket optional in mus' ChannelHandle mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 06786d56aa30d5d235160f5fb1cf6709111ef4dc..a0ffc10448d97b59767cb36c5498f711fe2b4724 100644
--- a/services/ui/public/interfaces/channel_handle.mojom
+++ b/services/ui/public/interfaces/channel_handle.mojom
@@ -9,7 +9,7 @@ struct ChannelHandle {
string name;
// On POSIX, it is one endpoint of a socket pair. On Windows, it is not used.
- handle socket;
+ handle? socket;
// Message pipe handle used for ChannelMojo.
handle<message_pipe>? mojo_handle;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698