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

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

Side-by-side diff isn't available for this file because of its large size.
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: Set a hard limit on measured alternate extension count. Created 4 years, 10 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 cd9d2bce2615f3a7d05ac4e05e1136e5098d45ae..bade2be9d350ff6f928d7e2407eabe430a37f41d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40635,6 +40635,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
Steven Holte 2016/01/26 22:27:44 Remove +1 here
asanka 2016/01/28 02:29:22 Done.
+ 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