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

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

Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: addressing comments 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
« components/safe_browsing/csd.proto ('K') | « components/safe_browsing/csd.proto ('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 8adc02092e4e9f4ff80cc2c5bde53a7e974f68af..e1b343438ab453adab658d31ff7ab7992cf5c34f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64668,6 +64668,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">
« components/safe_browsing/csd.proto ('K') | « components/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698