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

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 nits 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
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('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 ac36d312131f86bd5b37b11d6c6f6ca361e3ef6e..0af52ed3ec909f6f8fea1fbffc054a5386e13950 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31013,6 +31013,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
@@ -31030,6 +31033,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>
@@ -44435,6 +44448,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
+ 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>
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698