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

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

Issue 927433003: Track whether notification permission requests are made at the top-level. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/browser/notifications/desktop_notification_service.cc ('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 166e60aedd23f929668a47f5228b05d796654329..dc3e2e860dea217c59ec95c053dc4a93c8d71676 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22830,6 +22830,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Notifications.DifferentRequestingEmbeddingOrigins"
+ enum="Boolean">
+ <owner>peter@chromium.org</owner>
+ <summary>
+ Records if the requesting and embedding origins are different when
+ requesting permission to display Web Notifications.
+ </summary>
+</histogram>
+
<histogram name="Notifications.PerNotificationActions"
enum="NotificationActionType">
<owner>dewittj@chromium.org</owner>
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698