| 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 7f5907a2f37b34ce8cefa0642fc0399423dd8676..7460cb1a5bcc5227d21711cc0b90f5caea6d9b5d 100644
|
| --- a/base/task_scheduler/task_scheduler_impl.h
|
| +++ b/base/task_scheduler/task_scheduler_impl.h
|
| @@ -42,9 +42,6 @@ class BASE_EXPORT TaskSchedulerImpl : public TaskScheduler {
|
| // |name| is used to label threads and histograms. It should identify the
|
| // component that creates the TaskScheduler. |init_params| contains params to
|
| // initialize worker pools.
|
| - //
|
| - // Note: The names and priority hints in |init_params| are ignored.
|
| - // https://crbug.com/690706
|
| static std::unique_ptr<TaskSchedulerImpl> Create(
|
| StringPiece name,
|
| const TaskScheduler::InitParams& init_params);
|
|
|