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

Unified Diff: base/task_scheduler/task_scheduler_impl.h

Issue 2807063007: Remove SchedulerWorkerPoolImpl::ReEnqueueSequenceCallback. (Closed)
Patch Set: Created 3 years, 8 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/task_scheduler_impl.h
diff --git a/base/task_scheduler/task_scheduler_impl.h b/base/task_scheduler/task_scheduler_impl.h
index 342d5df429889dbf5fccb0d7f828405141c0d8c3..07829609c2a63ae5bafe0133b591d7c2cf23d251 100644
--- a/base/task_scheduler/task_scheduler_impl.h
+++ b/base/task_scheduler/task_scheduler_impl.h
@@ -78,10 +78,6 @@ class BASE_EXPORT TaskSchedulerImpl : public TaskScheduler {
SchedulerWorkerPoolImpl* GetWorkerPoolForTraits(
const TaskTraits& traits) const;
- // Callback invoked when a non-single-thread |sequence| isn't empty after a
- // worker pops a Task from it.
- void ReEnqueueSequenceCallback(scoped_refptr<Sequence> sequence);
-
const std::string name_;
Thread service_thread_;
std::unique_ptr<TaskTracker> task_tracker_;
« no previous file with comments | « base/task_scheduler/scheduler_worker_pool_impl_unittest.cc ('k') | base/task_scheduler/task_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698