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

Unified Diff: ash/shell_delegate.h

Issue 24096024: Add UMA metrics for window selection and overview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve the wording of histogram descriptions and fix selection uma count. Created 7 years, 3 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/wm/overview/window_overview.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 38164f2add87c748b9aabfde054fc95a76069f40..deedce88ccdec8c128d3ae895261d41293c657ca 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -89,6 +89,15 @@ enum UserMetricsAction {
UMA_WINDOW_MAXIMIZE_BUTTON_MINIMIZE,
UMA_WINDOW_MAXIMIZE_BUTTON_RESTORE,
UMA_WINDOW_MAXIMIZE_BUTTON_SHOW_BUBBLE,
+
+ // Thumbnail sized overview of windows triggered. This is a subset of
+ // UMA_WINDOW_SELECTION triggered by lingering during alt+tab cycles or
+ // pressing the overview key.
+ UMA_WINDOW_OVERVIEW,
+
+ // Window selection started by beginning an alt+tab cycle or pressing the
+ // overview key. This does not count each step through an alt+tab cycle.
+ UMA_WINDOW_SELECTION,
};
enum AccessibilityNotificationVisibility {
« no previous file with comments | « no previous file | ash/wm/overview/window_overview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698