Index: ash/metrics/task_switch_metrics_recorder.h |
diff --git a/ash/metrics/task_switch_metrics_recorder.h b/ash/metrics/task_switch_metrics_recorder.h |
index c0827cc62a552e71d2e7ec8c9a4ba537e2c24abf..bf8a49baa1e326c5e7889b7340e345bdf11fe5dd 100644 |
--- a/ash/metrics/task_switch_metrics_recorder.h |
+++ b/ash/metrics/task_switch_metrics_recorder.h |
@@ -22,6 +22,9 @@ class ASH_EXPORT TaskSwitchMetricsRecorder { |
// Enumeration of the different user interfaces that could be the source of |
// a task switch. Note this is not necessarily comprehensive of all sources. |
enum TaskSwitchSource { |
+ // Task switches caused by selecting a window from overview mode which is |
+ // different from the previously-active window. |
+ kOverviewMode, |
// All task switches caused by shelf buttons, not including sub-menus. |
kShelf, |
// Task switches caused by the WindowCycleController (ie Alt+Tab). |