| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9f40d834e79450ea350d9ae8545cb19ae2e72de7..2562d3da0a5274b2fd441f95ce561ddf1f26314a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -42175,6 +42175,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Notifications.Android.JobStartDelay" units="ms">
|
| + <owner>awdf@chromium.org</owner>
|
| + <summary>
|
| + Records the delay between scheduling a job with the JobScheduler (with a
|
| + desired latency of 0ms, in response to a notification click) and receiving
|
| + the onStartJob callback. Only measured on Android N and above.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Notifications.AppNotificationStatus"
|
| enum="NotificationAppStatus">
|
| <owner>peter@chromium.org</owner>
|
|
|