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

Unified Diff: device/serial/data_stream.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_source_unittest.cc ('k') | device/serial/data_stream_serialization.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/data_stream.mojom
diff --git a/device/serial/data_stream.mojom b/device/serial/data_stream.mojom
index e54780677f9d4c25985b3aa7e860cd398c527585..a288eb26d568a8ffce4d42eb2726db277db0211a 100644
--- a/device/serial/data_stream.mojom
+++ b/device/serial/data_stream.mojom
@@ -4,6 +4,7 @@
module device.serial;
+[Client=DataSourceClient]
interface DataSource {
// Initializes this DataSource with the amount of data its client will
// buffer.
@@ -26,6 +27,7 @@
OnData(array<uint8> data);
};
+[Client=DataSinkClient]
interface DataSink {
// Initializes this DataSink with the amount of data it is expected to
// buffer.
« no previous file with comments | « device/serial/data_source_unittest.cc ('k') | device/serial/data_stream_serialization.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698