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

Unified Diff: base/task_scheduler/priority_queue.h

Issue 2721553003: Remove SingleThreadTaskRunner Support from SchedulerWorkerPoolImpl (Closed)
Patch Set: Rebase to 08266b3 Created 3 years, 9 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
Index: base/task_scheduler/priority_queue.h
diff --git a/base/task_scheduler/priority_queue.h b/base/task_scheduler/priority_queue.h
index 887579377af4e8a72e94fe683362d8d5c22df8c8..2844ef3fa5442a9b7ba93b15c72626f46e187a83 100644
--- a/base/task_scheduler/priority_queue.h
+++ b/base/task_scheduler/priority_queue.h
@@ -70,11 +70,6 @@ class BASE_EXPORT PriorityQueue {
PriorityQueue();
- // |predecessor_priority_queue| is a PriorityQueue for which a thread is
- // allowed to have an active Transaction when it creates a Transaction for
- // this PriorityQueue.
- PriorityQueue(const PriorityQueue* predecessor_priority_queue);
-
~PriorityQueue();
// Begins a Transaction. This method cannot be called on a thread which has an
« no previous file with comments | « no previous file | base/task_scheduler/priority_queue.cc » ('j') | base/task_scheduler/scheduler_worker_pool_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698