Chromium Code Reviews| Index: ipc/ipc.mojom |
| diff --git a/ipc/ipc.mojom b/ipc/ipc.mojom |
| index 2896fc2ca224dd46e0a5dc4e0ddd827cb7a90e42..292a53b4e714b9a7d9ba98bed0c3d5488f729bf5 100644 |
| --- a/ipc/ipc.mojom |
| +++ b/ipc/ipc.mojom |
| @@ -32,3 +32,6 @@ interface Channel { |
| // Requests a Channel-associated interface. |
| GetAssociatedInterface(string name, associated GenericInterface& request); |
| }; |
| + |
| +// A strictly nominal interface used to identify Channel bootstrap requests. |
| +interface ChannelBootstrap {}; |