Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: device/serial/serial.mojom

Issue 889283002: Remove Client= from device/serial/data_stream.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: This time without racing message pipes Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/serial/data_stream_serialization.mojom ('k') | device/serial/serial_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « device/serial/data_stream_serialization.mojom ('k') | device/serial/serial_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698