Provide task runner for the node mode

This commit is contained in:
Cheng Zhao 2015-09-03 10:28:50 +08:00
parent c1d7ad9631
commit 599e9b90bb
6 changed files with 114 additions and 2 deletions

View file

@ -14,7 +14,7 @@ namespace atom {
class BridgeTaskRunner : public base::SingleThreadTaskRunner {
public:
BridgeTaskRunner() {}
~BridgeTaskRunner() {}
~BridgeTaskRunner() override {}
// base::SingleThreadTaskRunner:
bool PostDelayedTask(const tracked_objects::Location& from_here,