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

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

Issue 1977693003: Add metrics for permission prompt acceptance / denial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarify histogram descriptions Created 4 years, 7 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/ui/website_settings/permission_ui_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/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fb9bb85e0c422646776e9404985a401c2afb202b..ba7ee147b169394c56632a1be74843fdca4c8f75 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37219,6 +37219,44 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Permissions.Prompt.Accepted" enum="PermissionBubbleType">
+ <owner>benwells@chromium.org</owner>
+ <owner>tsergeant@chromium.org</owner>
+ <summary>
+ Tracks the permission bubbles (merged and non-merged) that are accepted.
+ Merged bubbles are considered accepted if all permissions are allowed.
+ </summary>
+</histogram>
+
+<histogram name="Permissions.Prompt.Denied" enum="PermissionBubbleType">
+ <owner>benwells@chromium.org</owner>
+ <owner>tsergeant@chromium.org</owner>
+ <summary>
+ Tracks the permission bubbles (merged and non-merged) that are denied.
+ Merged bubbles are considered denied if any permission is denied.
+ </summary>
+</histogram>
+
+<histogram name="Permissions.Prompt.MergedBubbleAccepted"
+ enum="PermissionBubbleType">
+ <owner>benwells@chromium.org</owner>
+ <owner>tsergeant@chromium.org</owner>
+ <summary>
+ Tracks acceptance of permission bubble request types that have been merged
+ into coalesced bubbles.
+ </summary>
+</histogram>
+
+<histogram name="Permissions.Prompt.MergedBubbleDenied"
+ enum="PermissionBubbleType">
+ <owner>benwells@chromium.org</owner>
+ <owner>tsergeant@chromium.org</owner>
+ <summary>
+ Tracks denial of permission bubble request types that have been merged into
+ coalesced bubbles.
+ </summary>
+</histogram>
+
<histogram name="Permissions.Prompt.MergedBubbleTypes"
enum="PermissionBubbleType">
<owner>benwells@chromium.org</owner>
« no previous file with comments | « chrome/browser/ui/website_settings/permission_ui_uma_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698