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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2110463004: [ImportantStorage] Blacklisted reason metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build, and histograms Created 4 years, 5 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 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"/>

Powered by Google App Engine
This is Rietveld 408576698