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

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

Issue 1613483003: [SafeBrowsing] Alternate extensions should also be subject to block list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment in histograms.xml Created 4 years, 11 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 b5a898b6df1e8505268736b6a8fad01ac19d7137..cba738bb6e3f4fd28044d63b5f1ff1a9a889e685 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40747,6 +40747,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.UnverifiedDownloads.AlternateExtensionCount">
+ <owner>asanka@chromium.org</owner>
+ <summary>
+ Count of alternate extensions that were supplied when attempting to download
+ a file 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>
« 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