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

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: minor mods to XML 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 df5dbbca25f4e8a4e22639aef070f7db1411c1b4..eb64f0a379c54b7021cef7ba6435ddc4d4b6f028 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22133,7 +22133,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records the source that requested showing the feedback app.</summary>
</histogram>
-<histogram name="FileBrowser.ChangeDirectory.RootType" enum="FileManagerRootType">
+<histogram name="FileBrowser.ChangeDirectory.RootType"
+ enum="FileManagerRootType">
<owner>yamaguchi@chromium.com</owner>
<summary>
Chrome OS File Browser: Counts the number of directory-changed events,
@@ -65065,6 +65066,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>
+ A Mac-only metric that 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">
@@ -80601,10 +80611,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>sorin@chromium.org</owner>
<summary>
The number of download jobs found in the Windows BITS queue. This value is
- expected to be zero in most cases, or a small number otherwise.
- Large values indicate a problem with the job creation or clean up code.
- The metric is recorded before a new BITS job is created and inserted
- into BITS queue.
+ expected to be zero in most cases, or a small number otherwise. Large values
+ indicate a problem with the job creation or clean up code. The metric is
+ recorded before a new BITS job is created and inserted into BITS queue.
</summary>
</histogram>
« 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