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

Unified Diff: device/serial/serial.mojom

Issue 873293006: Revert of Remove Client= from device/serial/data_stream.mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 877d1e2b519f149355a074eaed847f6cabba0254..6714a946521942b89d4c9c6496b4b974c73db039 100644
--- a/device/serial/serial.mojom
+++ b/device/serial/serial.mojom
@@ -94,9 +94,7 @@
ConnectionOptions? options,
Connection& connection,
DataSink& sink,
- DataSinkClient sink_client,
- DataSource& source,
- DataSourceClient source_client);
+ DataSource& source);
};
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