| 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 c638d2fbb5488643008cc161f4c2323dc5e489bc..8bde672dae82c3b368d90ecf5b209f6a3b71be24 100644
|
| --- a/base/threading/sequenced_task_runner_handle.h
|
| +++ b/base/threading/sequenced_task_runner_handle.h
|
| @@ -23,8 +23,8 @@ class BASE_EXPORT SequencedTaskRunnerHandle {
|
| // Returns true if one of the following conditions is fulfilled:
|
| // a) The current thread has a ThreadTaskRunnerHandle (which includes any
|
| // thread that has a MessageLoop associated with it), or
|
| - // b) The current thread is a worker thread belonging to a SequencedWorkerPool
|
| - // *and* is currently running a sequenced task.
|
| + // b) The current thread is a worker thread belonging to a
|
| + // SequencedWorkerPool.
|
| static bool IsSet();
|
|
|
| private:
|
|
|