| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 29bd28575de8e128826d0575f666c29494cc543e..565e78d6ccd6911e33504f9b6c2a95b160274a36 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -35827,6 +35827,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Notifications.Database.DeleteBeforeWriteResult"
|
| + enum="NotificationDatabaseStatus">
|
| + <owner>peter@chromium.org</owner>
|
| + <summary>
|
| + Records the result status codes of deleting notification data from the Web
|
| + Notification database that share their tag (replacement identifier) with a
|
| + notification that's about to be shown.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Notifications.Database.DeleteResult"
|
| enum="NotificationDatabaseStatus">
|
| <owner>peter@chromium.org</owner>
|
|
|