Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1573a90ba552a8eeff2df0175c0def05bf6aede7..1e1877f20f3fe9d695fcff9cf8036d8325a548a9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -55592,6 +55592,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Storage.BlacklistedImportantSites.Reason" |
+ enum="ClearDataSiteBlacklistReason"> |
+ <owner>dmurph@chromium.org</owner> |
+ <summary> |
+ This is recorded for every site that the user blacklists when they when they |
+ clear browsing data. It indicates which signals were used to show the given |
+ site to the user that the user then chose to exclude from clearing. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Storage.Blob.Broken" enum="BooleanBroken"> |
<owner>dmurph@chromium.org</owner> |
<summary> |
@@ -68498,6 +68508,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="613" label="X_Takri"/> |
</enum> |
+<enum name="ClearDataSiteBlacklistReason" type="int"> |
+ <int value="0" label="Durable"/> |
+ <int value="1" label="Notifications"/> |
+ <int value="2" label="Engagement"/> |
+ <int value="3" label="Notifications and Engagement"/> |
+ <int value="4" label="Durable and Engagement"/> |
+ <int value="5" label="Notifications and Durable"/> |
+ <int value="6" label="Notifications, Durable, and Engagement"/> |
+ <int value="7" label="Unknown"/> |
+</enum> |
+ |
<enum name="ClientAppId" type="int"> |
<int value="0" label="Other"/> |
<int value="1" label="Gmail"/> |