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

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

Issue 952463002: Add UMA to track permission changes from the content settings menu (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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6173e3de0485f977d8c524ef490082660b9e99c7..d09fe59690e3f98c145dbaf9a2c9b2e63c47b014 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43404,13 +43404,52 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebsiteSettings.Menu.PermissionChanged" enum="ContentType">
+ <owner>miguelg@chromium.org</owner>
+ <owner>finnur@chromium.org</owner>
+ <summary>
+ Count of how often a specific content type (permission) is changed using the
+ content settings menu.
+ </summary>
+</histogram>
+
+<histogram name="WebsiteSettings.Menu.PermissionChanged.Allowed"
+ enum="ContentType">
+ <owner>miguelg@chromium.org</owner>
+ <owner>finnur@chromium.org</owner>
+ <summary>
+ Count of how often a specific content type (permission) is set to 'Allowed'
+ using the content settings menu.
+ </summary>
+</histogram>
+
+<histogram name="WebsiteSettings.Menu.PermissionChanged.Blocked"
+ enum="ContentType">
+ <owner>miguelg@chromium.org</owner>
+ <owner>finnur@chromium.org</owner>
+ <summary>
+ Count of how often a specific content type (permission) is set to 'Blocked'
+ using the content settings menu.
+ </summary>
+</histogram>
+
+<histogram name="WebsiteSettings.Menu.PermissionChanged.Reset"
+ enum="ContentType">
+ <owner>miguelg@chromium.org</owner>
+ <owner>finnur@chromium.org</owner>
+ <summary>
+ Count of how often a specific content type (permission) is reset to the
+ default value using the content settings menu.
+ </summary>
+</histogram>
Ilya Sherman 2015/02/23 22:55:20 What sort of decisions are you planning to make ba
Miguel Garcia 2015/02/24 13:25:24 The main motivation for this change is that we wan
+
<histogram name="WebsiteSettings.OriginInfo.PermissionChanged"
enum="ContentType">
<owner>sashab@chromium.org</owner>
<owner>felt@chromium.org</owner>
<summary>
Count of how often a specific content type (permission) is changed using the
- Origin Info dialog on Android.
+ Origin Info dialog.
</summary>
</histogram>
@@ -43420,7 +43459,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>felt@chromium.org</owner>
<summary>
Count of how often a specific content type (permission) is set to 'Allowed'
- using the Origin Info dialog on Android.
+ using the Origin Info dialog.
</summary>
</histogram>
@@ -43430,7 +43469,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<owner>felt@chromium.org</owner>
<summary>
Count of how often a specific content type (permission) is set to 'Blocked'
- using the Origin Info dialog on Android.
+ using the Origin Info dialog.
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698