Chromium Code Reviews| 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> |