Chromium Code Reviews| Index: device/serial/serial.mojom |
| diff --git a/device/serial/serial.mojom b/device/serial/serial.mojom |
| index a0205ae1a0875d0b165f6f56d23cd5b59d38831c..da866b0ade85454d33f96e7d3819a2f7861fc67b 100644 |
| --- a/device/serial/serial.mojom |
| +++ b/device/serial/serial.mojom |
| @@ -79,4 +79,8 @@ struct DeviceControlSignals { |
| bool dsr; |
| }; |
| +interface SerialService { |
| + GetDevices() => (DeviceInfo[] devices); |
| +}; |
| + |
| } |