Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index c93a3e4fde61ad846cfec8685dcc8094dd64d4bc..f978f42070b4d85615cfee0eafa36c1a288d0b4c 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -55095,6 +55095,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 when we blacklist sites from being cleared when the user |
Mark P
2016/07/06 19:10:42
This first sentence implies that it's only recorde
dmurph
2016/07/07 00:20:36
Done.
|
+ clears browsing data. It tells us which signals were used to show the given |
+ site to the user that the user then chose to remove from the clear action. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Storage.Blob.Broken" enum="BooleanBroken"> |
<owner>dmurph@chromium.org</owner> |
<summary> |
@@ -67914,6 +67924,16 @@ 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"/> |
+</enum> |
+ |
<enum name="ClientAppId" type="int"> |
<int value="0" label="Other"/> |
<int value="1" label="Gmail"/> |