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

Unified Diff: base/task_scheduler/scheduler_worker_thread.h

Issue 1869393002: TaskScheduler: Remove OnMainExit from SchedulerWorkerThread::Delegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@5b_enqueue
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | base/task_scheduler/scheduler_worker_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/scheduler_worker_thread.h
diff --git a/base/task_scheduler/scheduler_worker_thread.h b/base/task_scheduler/scheduler_worker_thread.h
index 078408975b71b496c39c923585f1d740e76256e3..912c1c74d6a42c11abd860b3d983f844111b9fac 100644
--- a/base/task_scheduler/scheduler_worker_thread.h
+++ b/base/task_scheduler/scheduler_worker_thread.h
@@ -40,9 +40,6 @@ class BASE_EXPORT SchedulerWorkerThread : public PlatformThread::Delegate {
// Called when the main function of the SchedulerWorkerThread enters.
virtual void OnMainEntry() = 0;
- // Called when the main function of the SchedulerWorkerThread exits.
- virtual void OnMainExit() = 0;
-
// Called by |worker_thread| to get a Sequence from which to run a Task.
virtual scoped_refptr<Sequence> GetWork(
SchedulerWorkerThread* worker_thread) = 0;
« no previous file with comments | « no previous file | base/task_scheduler/scheduler_worker_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698