| Index: ash/wm/common/wm_user_metrics_action.h
|
| diff --git a/ash/wm/common/wm_user_metrics_action.h b/ash/wm/common/wm_user_metrics_action.h
|
| index b192ff601b11fa3e9949f59e6300d9c70674ced1..695937ac3579ee33d74625192398b85866b0eabb 100644
|
| --- a/ash/wm/common/wm_user_metrics_action.h
|
| +++ b/ash/wm/common/wm_user_metrics_action.h
|
| @@ -11,6 +11,15 @@ namespace wm {
|
| enum class WmUserMetricsAction {
|
| DRAG_MAXIMIZE_LEFT,
|
| DRAG_MAXIMIZE_RIGHT,
|
| + // Thumbnail sized overview of windows triggered by pressing the overview key.
|
| + WINDOW_OVERVIEW,
|
| +
|
| + // User selected a window in overview mode different from the
|
| + // previously-active window.
|
| + WINDOW_OVERVIEW_ACTIVE_WINDOW_CHANGED,
|
| +
|
| + // Selecting a window in overview mode by pressing the enter key.
|
| + WINDOW_OVERVIEW_ENTER_KEY,
|
| };
|
|
|
| } // namespace wm
|
|
|