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

Unified Diff: ash/shell_delegate.h

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more specific UMA counts Created 7 years, 2 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
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index ecbfff51d63a1f3cca34124ef18e32c13f4b998f..842392781d0da3495547f38e717b3bce371d4b6b 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -72,6 +72,9 @@ enum UserMetricsAction {
UMA_LAUNCHER_CLICK_ON_APPLIST_BUTTON,
UMA_MINIMIZE_PER_KEY,
UMA_MOUSE_DOWN,
+ UMA_SHELF_ALIGNMENT_SET_BOTTOM,
+ UMA_SHELF_ALIGNMENT_SET_LEFT,
+ UMA_SHELF_ALIGNMENT_SET_RIGHT,
UMA_TOGGLE_MAXIMIZE_CAPTION_CLICK,
UMA_TOGGLE_MAXIMIZE_CAPTION_GESTURE,
UMA_TOUCHSCREEN_TAP_DOWN,

Powered by Google App Engine
This is Rietveld 408576698