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

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: Address nit 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7081e03d8b924d326cc15afbdec95e2333a2e8f4..92f8b4a212b97451eafd75c7204a6a48865ec80f 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 a persistent Web Notification.
Alexei Svitkine (slow) 2015/10/28 19:09:09 Nit: Mention when it's logged.
johnme 2015/10/29 14:24:41 Done.
+ </summary>
+</histogram>
+
<histogram name="Notifications.PersistentNotificationDataDeleted"
enum="BooleanSuccess">
<owner>peter@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698