Index: components/scheduler/base/task_queue.h |
diff --git a/components/scheduler/base/task_queue.h b/components/scheduler/base/task_queue.h |
index abc3665e581e62d247b06dc27ffc7570ea50c959..7c2bc81c98fc8e2a5cebf5ceb20eabf3f3fc8d46 100644 |
--- a/components/scheduler/base/task_queue.h |
+++ b/components/scheduler/base/task_queue.h |
@@ -19,12 +19,6 @@ class SCHEDULER_EXPORT TaskQueue : public base::SingleThreadTaskRunner { |
// the TaskQueueManager's reference to it will be released soon. |
virtual void UnregisterTaskQueue() = 0; |
- // Post a delayed task at an absolute desired run time instead of a time |
- // delta from the current time. |
- virtual bool PostDelayedTaskAt(const tracked_objects::Location& from_here, |
- const base::Closure& task, |
- base::TimeTicks desired_run_time) = 0; |
- |
enum QueuePriority { |
// Queues with control priority will run before any other queue, and will |
// explicitly starve other queues. Typically this should only be used for |