| Index: base/task_scheduler/task_tracker.h
|
| diff --git a/base/task_scheduler/task_tracker.h b/base/task_scheduler/task_tracker.h
|
| index b80e661cd825fafdfdce125962523a245b4e9926..1a1977df882e1d6b9eda426f57781ff9038ddd0c 100644
|
| --- a/base/task_scheduler/task_tracker.h
|
| +++ b/base/task_scheduler/task_tracker.h
|
| @@ -90,10 +90,6 @@
|
| virtual bool IsPostingBlockShutdownTaskAfterShutdownAllowed();
|
| #endif
|
|
|
| - // Returns the number of undelayed tasks that haven't completed their
|
| - // execution.
|
| - int GetNumPendingUndelayedTasksForTesting() const;
|
| -
|
| private:
|
| class State;
|
|
|
|
|