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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: rebase for trybots Created 3 years, 5 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 c221b272bb82c35d5d673d6e2fcfeae1e244ed59..9ece10d6f82a57f9ab48a4d11d9312e69b99e272 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65019,6 +65019,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SBClientDownload.DownloadFileHasDmgSignature" enum="Boolean">
+ <owner>jialiul@chromium.org</owner>
+ <summary>
+ Records whether a given download file is a cryptographically signed DMG
+ archive. This metric is logged before Chrome sends SafeBrowsing download
+ pings.
+ </summary>
+</histogram>
+
<histogram
name="SBClientDownload.DownloadFileWithoutDiskImageExtensionHasKolySignature"
enum="Boolean">
« chrome/test/data/safe_browsing/mach_o/Makefile ('K') | « components/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698