| 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);
|
|
|
|
|