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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1977693003: Add metrics for permission prompt acceptance / denial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests 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 e52f9e1c278def6b3ea0cb97f92b9eaa238aaa22..7fc5af9a492ba6972fe05053d177b30be38321b7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36725,6 +36725,38 @@ 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 that are accepted.</summary>
+</histogram>
+
+<histogram name="Permissions.Prompt.Denied" enum="PermissionBubbleType">
+ <owner>benwells@chromium.org</owner>
+ <owner>tsergeant@chromium.org</owner>
+ <summary>Tracks the permission bubbles that are denied.</summary>
Ilya Sherman 2016/05/25 00:23:06 FWIW, it might be helpful to clarify whether this
benwells 2016/05/25 00:59:02 Done.
+</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