| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0919423e35f84641f9b7a17b2ea886efd4b3a2ac..2f3fe7e0185b809c35dc655a9aa00d85bd1f3e2b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38402,6 +38402,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SafeBrowsing.UnverifiedDownloads.AllowedByWhitelist"
|
| + 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 due to the requestor URL
|
| + being on the Safe Browsing whitelist. Each sample recorded on this histogram
|
| + is also recorded in SafeBrowsing.UnverifiedDownloads.Allowed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SafeBrowsing.UnverifiedDownloads.AllowedDueToDisabledService"
|
| + 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 due to the SafeBrowsing
|
| + service being disabled. Each sample recorded on this histogram is also
|
| + recorded in SafeBrowsing.UnverifiedDownloads.Allowed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SafeBrowsing.UnverifiedDownloads.Blocked"
|
| enum="SBClientDownloadExtensions">
|
| <owner>asanka@chromium.org</owner>
|
|
|