| Index: base/task_scheduler/task_traits.h
|
| diff --git a/base/task_scheduler/task_traits.h b/base/task_scheduler/task_traits.h
|
| index 12ff6d3553daea9e5bbb951bf99730b300a1e952..0fcde2dc989a7ed90c43ced39819fdcc3c91cf99 100644
|
| --- a/base/task_scheduler/task_traits.h
|
| +++ b/base/task_scheduler/task_traits.h
|
| @@ -80,9 +80,10 @@ class BASE_EXPORT TaskTraits {
|
| public:
|
| // Constructs a default TaskTraits for tasks with
|
| // (1) no I/O,
|
| - // (2) low priority, and
|
| + // (2) priority inherited from the calling context, and
|
| // (3) may block shutdown or be skipped on shutdown.
|
| - // Tasks that require stricter guarantees should highlight those by requesting
|
| + // Tasks that require stricter guarantees and/or know the specific
|
| + // TaskPriority appropriate for them should highlight those by requesting
|
| // explicit traits below.
|
| TaskTraits();
|
| TaskTraits(const TaskTraits& other) = default;
|
|
|