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

Unified Diff: device/serial/data_stream_serialization.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.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 259be286061fdf1be02b4c0ba80387deed0d34e9..3112dd5b227b400c084eada1260d12cb9c371949 100644
--- a/device/serial/data_stream_serialization.mojom
+++ b/device/serial/data_stream_serialization.mojom
@@ -13,9 +13,6 @@ struct SerializedDataSender {
// The error to report for sends in progress when a fatal error occurs.
int32 fatal_error_value;
-
- // The size of the send buffer.
- uint32 buffer_size;
};
// A pending receive error.
@@ -32,6 +29,8 @@ struct SerializedDataReceiver {
// 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