| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f792d401270bfabe3f3c95ea20bf24e73c4360e2..0919423e35f84641f9b7a17b2ea886efd4b3a2ac 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38393,6 +38393,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).
|
|
|