| 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 1483c5d646c3739fd9b16cc06d5f99a3a2b89a83..9a161037fee8915fd95cd7e19102b81911fa5dbc 100644
|
| --- a/base/task_scheduler/task_scheduler_impl.h
|
| +++ b/base/task_scheduler/task_scheduler_impl.h
|
| @@ -62,10 +62,7 @@ class BASE_EXPORT TaskSchedulerImpl : public TaskScheduler {
|
| std::vector<const HistogramBase*> GetHistograms() const override;
|
| void Shutdown() override;
|
| void FlushForTesting() override;
|
| -
|
| - // Joins all threads of this scheduler. Tasks that are already running are
|
| - // allowed to complete their execution. This can only be called once.
|
| - void JoinForTesting();
|
| + void JoinForTesting() override;
|
|
|
| private:
|
| explicit TaskSchedulerImpl(const WorkerPoolIndexForTraitsCallback&
|
|
|