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

Unified Diff: base/task_scheduler/task_scheduler.h

Issue 2835603005: Remove name and priority hint from SchedulerWorkerPoolParams. (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
« no previous file with comments | « base/task_scheduler/scheduler_worker_pool_params.cc ('k') | base/task_scheduler/task_scheduler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task_scheduler/task_scheduler.h
diff --git a/base/task_scheduler/task_scheduler.h b/base/task_scheduler/task_scheduler.h
index 5525aac31a063aaf16b285f786f2b3289f417416..9c7207ef0b550858941960135d39eb8a8baa1628 100644
--- a/base/task_scheduler/task_scheduler.h
+++ b/base/task_scheduler/task_scheduler.h
@@ -145,9 +145,6 @@ class BASE_EXPORT TaskScheduler {
// the TaskScheduler. |init_params| is used to initialize the worker pools.
// CHECKs on failure. For tests, prefer base::test::ScopedTaskScheduler
// (ensures isolation).
- //
- // Note: The names and priority hints in |init_params| are ignored (ref. TODO
- // to remove them).
static void CreateAndSetDefaultTaskScheduler(StringPiece name,
const InitParams& init_params);
« no previous file with comments | « base/task_scheduler/scheduler_worker_pool_params.cc ('k') | base/task_scheduler/task_scheduler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698