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

Unified Diff: remoting/base/auto_thread_task_runner.h

Issue 2451203002: Revert of Use ChannelMojo between the remoting daemon and network processes. (Closed)
Patch Set: Created 4 years, 2 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 | « remoting/base/DEPS ('k') | remoting/base/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/auto_thread_task_runner.h
diff --git a/remoting/base/auto_thread_task_runner.h b/remoting/base/auto_thread_task_runner.h
index 37972fe43c1da44ecc2459bc2e0ed307cef62591..e8efe97c82026ac3068d486e998b93f7bdd352bc 100644
--- a/remoting/base/auto_thread_task_runner.h
+++ b/remoting/base/auto_thread_task_runner.h
@@ -34,10 +34,6 @@
base::TimeDelta delay) override;
bool RunsTasksOnCurrentThread() const override;
- const scoped_refptr<base::SingleThreadTaskRunner>& task_runner() {
- return task_runner_;
- }
-
private:
~AutoThreadTaskRunner() override;
« no previous file with comments | « remoting/base/DEPS ('k') | remoting/base/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698