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, |