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

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

Side-by-side diff isn't available for this file because of its large size.
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: Remove redundant field trial group 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
« ppapi/tests/test_file_chooser.cc ('K') | « 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 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).
« ppapi/tests/test_file_chooser.cc ('K') | « ppapi/tests/test_file_chooser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698