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

Unified Diff: ash/metrics/user_metrics_recorder.cc

Issue 2930123002: Tablet WM : Swiping on system tray bubble. (Closed)
Patch Set: Fixed tdanderson'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_recorder.cc
diff --git a/ash/metrics/user_metrics_recorder.cc b/ash/metrics/user_metrics_recorder.cc
index 83c6e9ac01046219f0200d1666ddc58ebf1811c6..725e57e7492a5710bcc31510047fcf5ba385629c 100644
--- a/ash/metrics/user_metrics_recorder.cc
+++ b/ash/metrics/user_metrics_recorder.cc
@@ -506,6 +506,9 @@ void UserMetricsRecorder::RecordUserMetricsAction(UserMetricsAction action) {
case UMA_STATUS_AREA_SMS_NOTIFICATION_DISMISS_MSG:
RecordAction(UserMetricsAction("StatusArea_SMS_Notification_DismissMsg"));
break;
+ case UMA_STATUS_AREA_SYSTEM_TRAY_SWIPING:
+ RecordAction(UserMetricsAction("StatusArea_SystemTray_Swiping"));
+ break;
case UMA_STATUS_AREA_TRACING_DEFAULT_SELECTED:
RecordAction(UserMetricsAction("StatusArea_Tracing_Default_Selected"));
break;

Powered by Google App Engine
This is Rietveld 408576698