| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0cda19f0a52824da11cb300967e5758cb3069713..1c4d26311a2b561ccb860b3322e0d51e20a2e69a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -46865,8 +46865,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="PushMessaging.DeliveryStatus" enum="PushDeliveryStatus">
|
| <owner>johnme@google.com</owner>
|
| <summary>
|
| - When a Service Worker receives a push message, this records whether it was
|
| - successful, or otherwise the type of error encountered.
|
| + When a Service Worker receives a push message, this records whether the
|
| + overall operation was successful, or otherwise the type of error
|
| + encountered.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PushMessaging.DeliveryStatus.FindServiceWorker"
|
| + enum="ServiceWorkerStatusCode">
|
| + <owner>johnme@google.com</owner>
|
| + <summary>
|
| + When attempting to deliver a push message to a Service Worker, this records
|
| + the result of finding the Service Worker registration given its ID and
|
| + origin.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="PushMessaging.DeliveryStatus.ServiceWorkerEvent"
|
| + enum="ServiceWorkerStatusCode">
|
| + <owner>johnme@google.com</owner>
|
| + <summary>
|
| + When a Service Worker receives a push message, this records the precise
|
| + result received from the Service Worker code.
|
| </summary>
|
| </histogram>
|
|
|
|
|