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

Unified Diff: device/serial/data_sender.h

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_receiver.cc ('k') | device/serial/data_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/data_sender.h
diff --git a/device/serial/data_sender.h b/device/serial/data_sender.h
index 0b5ea09a7e1c74055a9cf91933f4ff91d5ed4822..f4db8bc11c27e9c9af8f0bfe3105619b0f5246a6 100644
--- a/device/serial/data_sender.h
+++ b/device/serial/data_sender.h
@@ -27,7 +27,6 @@
// Constructs a DataSender to send data to |sink|, using a buffer size of
// |buffer_size|, with connection errors reported as |fatal_error_value|.
DataSender(mojo::InterfacePtr<serial::DataSink> sink,
- mojo::InterfaceRequest<serial::DataSinkClient> client,
uint32_t buffer_size,
int32_t fatal_error_value);
@@ -74,7 +73,6 @@
// The control connection to the data sink.
mojo::InterfacePtr<serial::DataSink> sink_;
- mojo::Binding<serial::DataSinkClient> client_;
// The error value to report in the event of a fatal error.
const int32_t fatal_error_value_;
« no previous file with comments | « device/serial/data_receiver.cc ('k') | device/serial/data_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698