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

Unified Diff: ash/metrics/user_metrics_recorder.h

Issue 1138253002: Add user action for changing the active window in Ash overview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | ash/metrics/user_metrics_recorder.cc » ('j') | ash/wm/overview/window_selector_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/metrics/user_metrics_recorder.h
diff --git a/ash/metrics/user_metrics_recorder.h b/ash/metrics/user_metrics_recorder.h
index d9ccf3fdca1a1950ef0dd5bec49597e03f649c8b..968304bdaa2f6103f7eacdc9d4612c4fa4672d75 100644
--- a/ash/metrics/user_metrics_recorder.h
+++ b/ash/metrics/user_metrics_recorder.h
@@ -120,6 +120,9 @@ enum UserMetricsAction {
// Thumbnail sized overview of windows triggered by pressing the overview key.
UMA_WINDOW_OVERVIEW,
+ // Change in active window between entering and exiting overview mode.
+ UMA_WINDOW_OVERVIEW_ACTIVE_WINDOW_CHANGED,
+
// Selecting a window in overview mode by pressing the enter key.
UMA_WINDOW_OVERVIEW_ENTER_KEY,
« no previous file with comments | « no previous file | ash/metrics/user_metrics_recorder.cc » ('j') | ash/wm/overview/window_selector_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698