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

Unified Diff: device/serial/data_stream_serialization.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.mojom ('k') | device/serial/serial.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/data_stream_serialization.mojom
diff --git a/device/serial/data_stream_serialization.mojom b/device/serial/data_stream_serialization.mojom
index de580d3e01b34f89b6cc15fb6a7b9967d883e464..259be286061fdf1be02b4c0ba80387deed0d34e9 100644
--- a/device/serial/data_stream_serialization.mojom
+++ b/device/serial/data_stream_serialization.mojom
@@ -10,8 +10,6 @@
struct SerializedDataSender {
// The control channel to the DataSink to which this DataSender sends data.
DataSink sink;
- // DataSinkClient&
- handle<message_pipe> sink_client;
// The error to report for sends in progress when a fatal error occurs.
int32 fatal_error_value;
@@ -34,8 +32,6 @@
// The control channel to the DataSource from which this DataReceiver receives
// data.
DataSource source;
- // DataSourceClient&
- handle<message_pipe> source_client;
// The error to report for a receive in progress when a fatal error occurs.
int32 fatal_error_value;
« no previous file with comments | « device/serial/data_stream.mojom ('k') | device/serial/serial.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698