Chromium Code Reviews| Index: device/serial/serial.mojom |
| diff --git a/device/serial/serial.mojom b/device/serial/serial.mojom |
| index 6714a946521942b89d4c9c6496b4b974c73db039..29adb97a09c9b830edc4f50ffd9beabae4caf5c9 100644 |
| --- a/device/serial/serial.mojom |
| +++ b/device/serial/serial.mojom |
| @@ -94,7 +94,8 @@ interface SerialService { |
| ConnectionOptions? options, |
| Connection& connection, |
| DataSink& sink, |
| - DataSource& source); |
| + DataSource& source, |
| + DataSourceClient source_client); |
| }; |
| interface Connection { |