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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2129913003: Added UMA Metrics for SMS UI in the status area. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owner & description in actions.xml and other polish. Created 4 years, 5 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: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index e11e0378f72bba6f6d7ab74b4f91f5dca1e399bb..10d301e2401ac90694864cb228a6edbe342a38ba 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13900,6 +13900,33 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="StatusArea_SMS_Detailed">
+ <owner>tbuckley@chromium.org</owner>
+ <owner>bruthig@chromium.org</owner>
+ <description>
+ Counts the number of times the user has clicked on the &quot;SMS messages
tdanderson 2016/07/07 17:49:02 I would word as "Counts the number of times the us
bruthig 2016/07/07 18:01:38 Done.
+ &quot; status tray item and is now in the detail view.
+ </description>
+</action>
+
+<action name="StatusArea_SMS_DismissMsg_Detailed">
+ <owner>tbuckley@chromium.org</owner>
+ <owner>bruthig@chromium.org</owner>
+ <description>
+ Counts the number of times the user has dismissed an SMS message from the
+ SMS message detailed view in the status tray.
tdanderson 2016/07/07 17:49:02 "in the system menu" rather than "in the status tr
bruthig 2016/07/07 18:01:38 Done.
+ </description>
+</action>
+
+<action name="StatusArea_SMS_DismissMsg_Notification">
+ <owner>tbuckley@chromium.org</owner>
+ <owner>bruthig@chromium.org</owner>
+ <description>
+ Counts the number of times the user has dismissed an SMS message from the
+ SMS message notification view in the status tray.
tdanderson 2016/07/07 17:49:02 Technically should also be "in the system menu" bu
bruthig 2016/07/07 18:01:38 Done.
+ </description>
+</action>
+
<action name="StatusArea_SignOut">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« ash/common/system/chromeos/network/tray_sms.cc ('K') | « ash/metrics/user_metrics_recorder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698