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: tools/battor_agent/battor_agent.cc

Issue 2914173002: Removing file_thread_task_runner parameter from SerialIoHandler (Closed)
Patch Set: Removing file_thread_task_runner parameter from SerialIoHandler 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
Index: tools/battor_agent/battor_agent.cc
diff --git a/tools/battor_agent/battor_agent.cc b/tools/battor_agent/battor_agent.cc
index 6041a8b311794f8ba7254999d95ffb74ed3f1216..b3e5b1f2e8212cc85b9daddbfbed9c7e61fe0142 100644
--- a/tools/battor_agent/battor_agent.cc
+++ b/tools/battor_agent/battor_agent.cc
@@ -108,11 +108,9 @@ bool ParseSampleFrame(BattOrMessageType type,
BattOrAgent::BattOrAgent(
const std::string& path,
Listener* listener,
- scoped_refptr<base::SingleThreadTaskRunner> file_thread_task_runner,
scoped_refptr<base::SingleThreadTaskRunner> ui_thread_task_runner)
: connection_(new BattOrConnectionImpl(path,
this,
- file_thread_task_runner,
ui_thread_task_runner)),
listener_(listener),
last_action_(Action::INVALID),

Powered by Google App Engine
This is Rietveld 408576698