| Index: base/test/scoped_async_task_scheduler.h
|
| diff --git a/base/test/scoped_async_task_scheduler.h b/base/test/scoped_async_task_scheduler.h
|
| index 3fec517c45a4136ee19ddabc8e3d71aa2d5ab10d..5d29e5357c55d6426a2cb1623ac3ba9bdf5c8242 100644
|
| --- a/base/test/scoped_async_task_scheduler.h
|
| +++ b/base/test/scoped_async_task_scheduler.h
|
| @@ -17,6 +17,11 @@ namespace test {
|
| //
|
| // To wait until all tasks posted without a delay have run, use
|
| // TaskScheduler::GetInstance()->FlushForTesting().
|
| +//
|
| +// Deprecated. Use ScopedTaskEnvironment instead. https://crbug.com/708584
|
| +//
|
| +// TODO(fdoray): Replace ScopedAsyncTaskScheduler instances by
|
| +// ScopedTaskEnvironment.
|
| class ScopedAsyncTaskScheduler {
|
| public:
|
| // Registers a single-threaded TaskScheduler.
|
|
|