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

Unified Diff: device/serial/test_serial_io_handler.h

Issue 1128943005: Implement break signal for serial api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histogram, VLOG Created 5 years, 6 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/serial_io_handler_win.cc ('k') | device/serial/test_serial_io_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/test_serial_io_handler.h
diff --git a/device/serial/test_serial_io_handler.h b/device/serial/test_serial_io_handler.h
index 52cb16a520f76f095ed61b8cb6352881e96eb9dc..edded0e987ccc5fcf10f0ec303a970db64b1d08c 100644
--- a/device/serial/test_serial_io_handler.h
+++ b/device/serial/test_serial_io_handler.h
@@ -32,6 +32,8 @@ class TestSerialIoHandler : public SerialIoHandler {
serial::ConnectionInfoPtr GetPortInfo() const override;
bool Flush() const override;
bool SetControlSignals(const serial::HostControlSignals& signals) override;
+ bool SetBreak() override;
+ bool ClearBreak() override;
serial::ConnectionInfo* connection_info() { return &info_; }
serial::DeviceControlSignals* device_control_signals() {
« no previous file with comments | « device/serial/serial_io_handler_win.cc ('k') | device/serial/test_serial_io_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698