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

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: ws 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 6cd0baa9160959f947e1ef02406487d9e3d0be7a..05a7644eb0c406846e41ed7547d3d6903484d328 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -73,6 +73,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