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

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: Switch to a sparse histogram. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 24df7775cec5a75d4fd3bee31720eb38b6d41b64..b78474d6ea16c863ce365705568c749b7f679500 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40576,6 +40576,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 + 1 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>

Powered by Google App Engine
This is Rietveld 408576698