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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1155483002: Adding UMA for persistent notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes as per review comments. Created 5 years, 7 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9161e6773af9b6af81211a369b52ae5f7c4f2cab..1933e3a9c3a30740b7fce7aeeff3758b36d8b108 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29693,6 +29693,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="PNS.PersistentNotificationDataDeleted">
+ <owner>deepak.m1@samsung.com</owner>
Peter Beverloo 2015/05/22 15:35:42 Please add me as an owner for these histograms as
Deepak 2015/05/23 04:41:22 Done.
+ <summary>Logged when notification data get deleted.</summary>
Peter Beverloo 2015/05/22 15:35:42 --> Recorded when the data associated with a persi
Deepak 2015/05/23 04:41:22 Done.
+</histogram>
+
+<histogram name="PNS.PersistentWebNotificationClickResult">
+ <owner>deepak.m1@samsung.com</owner>
+ <summary>Logged when Notification get clicked.</summary>
Peter Beverloo 2015/05/22 15:35:42 --> Recorded when handling a click on a persistent
Deepak 2015/05/23 04:41:22 Done.
+</histogram>
+
<histogram name="Power.BacklightLevelOnAC" units="%">
<owner>derat@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698