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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1422193003: UMA for Notification action buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Log Notifications.PersistentNotificationActionCount from Blink instead 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:
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7081e03d8b924d326cc15afbdec95e2333a2e8f4..93e3900b1510d32dd7c06974dacda0d6ab7235f4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29122,6 +29122,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.PersistentNotificationActionCount"
+ units="buttons">
+ <owner>johnme@chromium.org</owner>
+ <summary>
+ The number of action buttons shown on each persistent Web Notification.
Peter Beverloo 2015/10/28 18:55:50 each -> a
johnme 2015/10/28 19:03:39 Done.
+ </summary>
+</histogram>
+
<histogram name="Notifications.PersistentNotificationDataDeleted"
enum="BooleanSuccess">
<owner>peter@chromium.org</owner>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698