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

Unified Diff: content/child/worker_thread_task_runner.h

Issue 898803003: workers: Remove dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « content/child/worker_task_runner.cc ('k') | content/child/worker_thread_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/worker_thread_task_runner.h
diff --git a/content/child/worker_thread_task_runner.h b/content/child/worker_thread_task_runner.h
index 5acafbd81e5db0445d74f5ac17321bb8ad610e4e..8e7012842fd6ab76ad73d53238378b45ef37f71e 100644
--- a/content/child/worker_thread_task_runner.h
+++ b/content/child/worker_thread_task_runner.h
@@ -17,10 +17,6 @@ class WorkerThreadTaskRunner : public base::TaskRunner {
public:
explicit WorkerThreadTaskRunner(int worker_thread_id);
- // Gets the WorkerThreadTaskRunner for the current worker thread.
- // This returns non-null value only when it is called on a worker thread.
- static scoped_refptr<WorkerThreadTaskRunner> current();
-
// TaskRunner overrides.
bool PostDelayedTask(const tracked_objects::Location& from_here,
const base::Closure& task,
« no previous file with comments | « content/child/worker_task_runner.cc ('k') | content/child/worker_thread_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698