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

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

Issue 1019543002: Add rappor metrics for infobar/bubble operations for Geolocation and Notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 5e3fa07c597e6ee26ef99a4cbaa270bd37afc3f7..583f04cfa0028f0cc96e7a37a1a0911b5a7d5af8 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -117,6 +117,91 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="ContentSettings.PermissionActions_Geolocation.Denied.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Geolocation permission prompt was Denied.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="ContentSettings.PermissionActions_Geolocation.Dismissed.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Geolocation permission prompt was Dismissed.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="ContentSettings.PermissionActions_Geolocation.Granted.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Geolocation permission prompt was accepted.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="ContentSettings.PermissionActions_Geolocation.Ignored.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Geolocation permission prompt was Ignored.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="ContentSettings.PermissionActions_Notifications.Denied.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Notification permission prompt was Denied.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="ContentSettings.PermissionActions_Notifications.Dismissed.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Notification permission prompt was Dismissed.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="ContentSettings.PermissionActions_Notifications.Granted.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Notification permission prompt was accepted.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="ContentSettings.PermissionActions_Notifications.Ignored.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain for which a Notification permission prompt was Ignored.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="ContentSettings.PermissionRequested.Geolocation.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain that issues a Geolocation permission prompt.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="ContentSettings.PermissionRequested.Notifications.Url"
+ type="ETLD_PLUS_ONE">
+ <owner>miguelg@chromium.org</owner>
+ <summary>
+ The domain that issues a Notification permission prompt.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
<owner>rdevlin.cronin@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698