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

Unified Diff: ash/metrics/user_metrics_action.h

Issue 2946543002: Cros Tablet: Add UMA stats for the user close actions in tablet mode. (Closed)
Patch Set: Address asvitkine@'s comments. Created 3 years, 6 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/metrics/user_metrics_action.h
diff --git a/ash/metrics/user_metrics_action.h b/ash/metrics/user_metrics_action.h
index 08cb3fb39165933315e2c2193daeb2fad52e9f52..8271433082eafeb642e3a36e252abc2f8ddf6895 100644
--- a/ash/metrics/user_metrics_action.h
+++ b/ash/metrics/user_metrics_action.h
@@ -117,6 +117,12 @@ enum UserMetricsAction {
UMA_STATUS_AREA_VPN_ADD_THIRD_PARTY_CLICKED,
UMA_STATUS_AREA_VPN_DISCONNECT_CLICKED,
UMA_STATUS_AREA_VPN_SETTINGS_OPENED,
+
+ // Track different window close actions in tablet mode.
+ UMA_TABLET_WINDOW_CLOSE_THROUGH_CONTXT_MENU,
+ UMA_TABLET_WINDOW_CLOSE_THROUGH_CAPTION_BUTTON,
+ UMA_TABLET_WINDOW_CLOSE_THROUGH_OVERVIEW_CLOSE_BUTTON,
+
UMA_TOGGLE_MAXIMIZE_CAPTION_CLICK,
UMA_TOGGLE_MAXIMIZE_CAPTION_GESTURE,
UMA_TOGGLE_SINGLE_AXIS_MAXIMIZE_BORDER_CLICK,
« no previous file with comments | « ash/frame/caption_buttons/frame_caption_button_container_view.cc ('k') | ash/metrics/user_metrics_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698