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

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

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: changing name of tester Created 3 years, 6 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 976db00524156458009bca3c57e46af2a16190c7..bc2e299ba40283a190c0b835c0fceaf497e774c4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63995,6 +63995,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="SBClientDownload.DownloadFileWithoutDiskImageExtensionHasKolySignature"
+ enum="Boolean">
+ <owner>jialiul@chromium.org</owner>
+ <summary>
+ Records whether download files without an Apple disk image file extension
+ have a 'koly' signature. This can be used to identify distribution of disk
+ image files to Mac users without simply relying on file extension. This
+ metric is logged before Chrome sends SafeBrowsing download pings.
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.DownloadRequestDuration" units="ms">
<owner>mattm@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698