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

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

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: avoiding multiple asynchronous calls in tester for mac 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
« no previous file with comments | « chrome/test/data/safe_browsing/dmg/generate_test_data.sh ('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 d66fda78add604022d3e48a52b2c8b2c786867ad..e6f0b7d681be9b0be069ee0746988b9fd784ee7e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64597,6 +64597,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>
« no previous file with comments | « chrome/test/data/safe_browsing/dmg/generate_test_data.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698