Index: base/task_scheduler/task_traits.h |
diff --git a/base/task_scheduler/task_traits.h b/base/task_scheduler/task_traits.h |
index 435fdac9af3843d18cec36bd441dacb6e74f91cf..47e9b81eeecd46877ffb4f71a42d173b04aa35b8 100644 |
--- a/base/task_scheduler/task_traits.h |
+++ b/base/task_scheduler/task_traits.h |
@@ -35,6 +35,8 @@ enum class TaskPriority { |
USER_BLOCKING, |
// This will always be equal to the highest priority available. |
HIGHEST = USER_BLOCKING, |
+ // Priority is inherited from the calling context. |
+ INHERITED, |
}; |
// Valid shutdown behaviors supported by the task scheduler. |