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

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

Issue 1315193011: Add use counters for persistent notification interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 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
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 077d4b4c96a2c4fdb3967ff49ec527eef60dafac..f58ffa9b530427cb81c7c1497785e1d8b210e3fa 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8595,6 +8595,27 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Notifications.Persistent.Clicked">
+ <owner>peter@chromium.org</owner>
+ <description>
+ Recorded when a persistent notification gets clicked on by the user.
+ </description>
+</action>
+
+<action name="Notifications.Persistent.Closed">
+ <owner>peter@chromium.org</owner>
+ <description>
+ Recorded when a persistent notification gets closed by the user. This does
+ not always mean that the user didn't click on the notification: both could
+ be counted if the website doesn't close the notification on click.
+ </description>
+</action>
+
+<action name="Notifications.Persistent.Shown">
+ <owner>peter@chromium.org</owner>
+ <description>Recorded when a persistent notification gets shown.</description>
+</action>
+
<action name="Notifications.ShowMessageCenter">
<owner>dewittj@chromium.org</owner>
<description>
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698