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

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

Issue 1422193003: UMA for Notification action buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment explaining histogramEnumeration Created 5 years, 1 month 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 5a9a7e091aed0a7244365c05c225d91b61959a8e..112233a782bb277a1d916a5237f67fd00408f891 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8722,7 +8722,16 @@ should be able to be added at any place in this file.
<action name="Notifications.Persistent.Clicked">
<owner>peter@chromium.org</owner>
<description>
- Recorded when a persistent notification gets clicked on by the user.
+ Recorded when the main body of a persistent notification gets clicked on by
+ the user (does not include action buttons).
+ </description>
+</action>
+
+<action name="Notifications.Persistent.ClickedActionButton">
+ <owner>peter@chromium.org</owner>
+ <description>
+ Recorded when one of a persistent notification's action buttons gets clicked
+ on by the user.
</description>
</action>

Powered by Google App Engine
This is Rietveld 408576698