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

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

Issue 1410423003: [SafeBrowsing] Conditionalize unverified download blocking on whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flash-download-block
Patch Set: Created 5 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
« no previous file with comments | « third_party/WebKit/public/web/WebFileChooserParams.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7081e03d8b924d326cc15afbdec95e2333a2e8f4..ee0b465575d9924bb06d96be89de1ec2d8bd8ac0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38485,6 +38485,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>
« no previous file with comments | « third_party/WebKit/public/web/WebFileChooserParams.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698