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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2223943002: Eagerly delete replaced notifications from the database (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eagerly delete replaced notifications from the database Created 4 years, 4 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/LayoutTests/http/tests/notifications/serviceworkerregistration-get-replacement.html ('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 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>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/notifications/serviceworkerregistration-get-replacement.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698