Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 4f13e399c9159b6668417a5a372acb4ed7e2dce8..f1c46cd3fb6c99d8ec457b6ac2cfee762952273d 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -43433,13 +43433,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> |
+ |
<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> |
@@ -43449,7 +43488,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> |
@@ -43459,7 +43498,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> |