Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: ash/wm/common/wm_user_metrics_action.h

Issue 2012343002: Converts overview to use common ash types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/wm_shell_window_ids.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/wm/common/wm_shell_window_ids.h ('k') | ash/wm/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698