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

Unified Diff: device/serial/test_serial_io_handler.cc

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/test_serial_io_handler.h ('k') | extensions/browser/api/serial/serial_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/test_serial_io_handler.cc
diff --git a/device/serial/test_serial_io_handler.cc b/device/serial/test_serial_io_handler.cc
index 9713c070f98bd1f44fc6a737eb1c42d941f48d88..0dcb048a50879dd8cea5060e871679e5d205c3fd 100644
--- a/device/serial/test_serial_io_handler.cc
+++ b/device/serial/test_serial_io_handler.cc
@@ -101,6 +101,14 @@ bool TestSerialIoHandler::SetControlSignals(
return true;
}
+bool TestSerialIoHandler::SetBreak() {
+ return true;
+}
+
+bool TestSerialIoHandler::ClearBreak() {
+ return true;
+}
+
TestSerialIoHandler::~TestSerialIoHandler() {
}
« no previous file with comments | « device/serial/test_serial_io_handler.h ('k') | extensions/browser/api/serial/serial_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698