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

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: Add number of items in overview. 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..3da2a56048cfc0689bdaf50b37ecb19f59312292 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -89,6 +89,8 @@ enum UserMetricsAction {
UMA_WINDOW_MAXIMIZE_BUTTON_MINIMIZE,
UMA_WINDOW_MAXIMIZE_BUTTON_RESTORE,
UMA_WINDOW_MAXIMIZE_BUTTON_SHOW_BUBBLE,
+ UMA_WINDOW_OVERVIEW,
sky 2013/09/19 20:43:16 Add description of these, they aren't particularly
flackr 2013/09/19 22:18:52 Done.
+ 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