| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d3427ea156f4d2a9a60781a4470918f6018625c4..ccac02900ab92ba22eb882a30c6db6b42c88d03a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38334,6 +38334,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.UnverifiedDownloads.Allowed"
|
| + enum="SBClientDownloadExtensions">
|
| + <owner>asanka@chromium.org</owner>
|
| + <summary>
|
| + File types that were allowed to be downloaded without verifying their
|
| + content nor their source URLs with Safe Browsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SafeBrowsing.UnverifiedDownloads.Blocked"
|
| + enum="SBClientDownloadExtensions">
|
| + <owner>asanka@chromium.org</owner>
|
| + <summary>
|
| + File types that were blocked from downloaded without verifying their content
|
| + nor their source URLs with Safe Browsing.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SB.BloomFilter" units="milliseconds">
|
| <obsolete>
|
| Has not been generated for years (7/8/14).
|
|
|