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