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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 750773003: Safebrowsing download protection: also check blob URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 37d3f7da2ae4b871ab479a32dfc098ca7f3c1856..84512c67f4ed389e72eeb94022c83cb021e6a91a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30218,6 +30218,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>
Records a histogram of the reason why downloads are marked as being
malicious or clean by the improved SafeBrowsing binary download protection.
+ Note that UNSUPPORTED_URL_SCHEME was split out of the INVALID_URL bucket in
+ M41.
</summary>
</histogram>
@@ -53889,6 +53891,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="19" label="ARCHIVE_WITHOUT_BINARIES"/>
<int value="20" label="DOWNLOAD_DANGEROUS_HOST"/>
<int value="21" label="DOWNLOAD_POTENTIALLY_UNWANTED"/>
+ <int value="22" label="UNSUPPORTED_URL_SCHEME"/>
</enum>
<enum name="SBClientDownloadExtensions" type="int">

Powered by Google App Engine
This is Rietveld 408576698