| Index: base/threading/sequenced_task_runner_handle.h
|
| diff --git a/base/threading/sequenced_task_runner_handle.h b/base/threading/sequenced_task_runner_handle.h
|
| index b7f4bae8aa4cd4f23c3beac679f5977a54540383..e6dec1e9f88ebf8553caa4d0fbda7df9e0641a9c 100644
|
| --- a/base/threading/sequenced_task_runner_handle.h
|
| +++ b/base/threading/sequenced_task_runner_handle.h
|
| @@ -25,9 +25,8 @@
|
| // instantiating a SequencedTaskRunnerHandle.
|
| // b) The current thread has a ThreadTaskRunnerHandle (which includes any
|
| // thread that has a MessageLoop associated with it), or
|
| - // c) The current thread is a worker thread belonging to a SequencedWorkerPool
|
| - // *and* is currently running a sequenced task (note: not supporting
|
| - // unsequenced tasks is intentional: https://crbug.com/618043#c4).
|
| + // c) The current thread is a worker thread belonging to a
|
| + // SequencedWorkerPool.
|
| static bool IsSet();
|
|
|
| // Binds |task_runner| to the current thread.
|
|
|