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

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

Issue 1673733002: Support new Safe Browsing list "goog-badresource-shavar" in SafeBrowsingDatabase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 e909a2df2da07cd6a703971b40bf6290abf9e165..89b4d1290765c9e1e570cf30f9460b78d34c3b59 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76827,6 +76827,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="32" label="FAILURE_UNWANTED_SOFTWARE_PREFIX_SET_READ"/>
<int value="33" label="FAILURE_UNWANTED_SOFTWARE_PREFIX_SET_WRITE"/>
<int value="34" label="FAILURE_UNWANTED_SOFTWARE_PREFIX_SET_DELETE"/>
+ <int value="35" label="FAILURE_RESOURCE_BLACKLIST_UPDATE_BEGIN"/>
+ <int value="36" label="FAILURE_RESOURCE_BLACKLIST_UPDATE_FINISH"/>
+ <int value="37" label="FAILURE_RESOURCE_BLACKLIST_DELETE"/>
</enum>
<enum name="SB2DownloadChecks" type="int">
@@ -86588,6 +86591,7 @@ To add a new entry, add it with any value and run test to compute valid value.
</suffix>
<suffix name="IPBlacklist" label="IPBlacklist"/>
<suffix name="UnwantedSoftware" label="UnwantedSoftware"/>
+ <suffix name="ResourceBlacklist" label="ResourceBlacklist"/>
<affected-histogram name="SB2.DatabaseSizeKilobytes"/>
<affected-histogram name="SB2.PrefixSetSizeKilobytes"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698