| 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;
|
|
|