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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1619703002: Implement notificationclose event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test expectations and compile error Created 4 years, 10 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 9f330134f0b052a4f6a8c6aa85e90c8230edaae6..a27791a31a5d53efab564320666921e4de1dc254 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30926,6 +30926,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
enum="BooleanSuccess">
<owner>peter@chromium.org</owner>
<owner>deepak.m1@samsung.com</owner>
+ <obsolete>
+ Deprecated 01/2016, no longer used.
+ </obsolete>
<summary>
Recorded when the data associated with a persistent Web Notification gets
deleted. The value will be true if data deletion succeeded, and false if
@@ -30943,6 +30946,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.PersistentWebNotificationCloseResult"
+ enum="PlatformNotificationStatus">
+ <owner>peter@chromium.org</owner>
+ <owner>nsatragno@chromium.org</owner>
+ <summary>
+ Records delivery status for persistent notification close events sent to a
+ Service Worker when the event has been handled.
+ </summary>
+</histogram>
+
<histogram name="NQE.DifferenceRTTActualAndEstimated" units="ms">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
@@ -44316,6 +44329,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ServiceWorker.NotificationCloseEvent.Time" units="ms">
+ <owner>nsatragno@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
+ <summary>
+ The time taken between dispatching a notificationcloseevent to a Service
Peter Beverloo 2016/02/03 00:00:21 Please capitalize similar to the other histogram d
+ Worker and receiving a message that it finished handling the event. Includes
+ the time for the waitUntil() promise to settle.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.PageLoad" enum="ServiceWorkerSite">
<owner>falken@chromium.org</owner>
<summary>Counts page loads controlled by a service worker.</summary>

Powered by Google App Engine
This is Rietveld 408576698