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

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

Issue 1409003002: [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 | « ppapi/tests/test_file_chooser.cc ('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 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).
« no previous file with comments | « ppapi/tests/test_file_chooser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698