| Index: base/test/scoped_task_scheduler.h
|
| diff --git a/base/test/scoped_task_scheduler.h b/base/test/scoped_task_scheduler.h
|
| index 010b39e2af40fb8a28b0a22053471a7d20b88c10..a43897b6a947de9482b2a71c495497ef3c327416 100644
|
| --- a/base/test/scoped_task_scheduler.h
|
| +++ b/base/test/scoped_task_scheduler.h
|
| @@ -15,6 +15,11 @@ class TaskScheduler;
|
|
|
| namespace test {
|
|
|
| +// DEPRECATED. Use ScopedTaskEnvironment instead.
|
| +//
|
| +// TODO(fdoray): Replace ScopedTaskScheduler instances by ScopedTaskEnvironment.
|
| +// https://crbug.com/708584
|
| +//
|
| // Allows usage of the base/task_scheduler/post_task.h API within its scope.
|
| //
|
| // To run pending tasks synchronously, call RunLoop::Run/RunUntilIdle() on the
|
|
|