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

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: rebase 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
« no previous file with comments | « chrome/browser/content_settings/permission_context_uma_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 99d3c7132cf0d882adb3852f8305829e7c0a7e8e..54743a682e4812f77e88265d96a7a7b1520e0d28 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>
« no previous file with comments | « chrome/browser/content_settings/permission_context_uma_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698