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

Unified Diff: extensions/browser/api/serial/serial_connection.cc

Issue 2914173002: Removing file_thread_task_runner parameter from SerialIoHandler (Closed)
Patch Set: removed unused variable Created 3 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.cc ('k') | tools/battor_agent/battor_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/serial/serial_connection.cc
diff --git a/extensions/browser/api/serial/serial_connection.cc b/extensions/browser/api/serial/serial_connection.cc
index f6a5eb19aca245e722d85905175f7b13cde92c04..488669b1b2567ebef8e2a4d78ff67aae30c904c1 100644
--- a/extensions/browser/api/serial/serial_connection.cc
+++ b/extensions/browser/api/serial/serial_connection.cc
@@ -168,8 +168,6 @@ SerialConnection::SerialConnection(const std::string& port,
paused_(false),
io_handler_(device::SerialIoHandler::Create(
content::BrowserThread::GetTaskRunnerForThread(
- content::BrowserThread::FILE),
- content::BrowserThread::GetTaskRunnerForThread(
content::BrowserThread::UI))) {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
}
« no previous file with comments | « device/serial/test_serial_io_handler.cc ('k') | tools/battor_agent/battor_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698