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

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: correcting rebase mixup 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
« no previous file with comments | « 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 5e92fef5264d3fd7a83ec8d87e0be2f6efa4e0d6..f8e61f02882c0eaafe8fb3dbdea089ef711d1151 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48250,8 +48250,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>dimich@chromium.org</owner>
<summary>
Enum-based buckets reflect the number of days the Chrome was used in each
- specific way. This data is accumulated locally and reported when connection
- is likely to succeed (usually after successful online navigation).
+ specific way: - Not used at all during whole day. - Started, but failed to
+ successfully navigate. - Only navigated to offline pages locally saved on
+ the device. - Only navigated online. - Navigated to both online and offline
+ pages. This data is accumulated locally and reported when connection is
+ likely to succeed (usually after successful online navigation).
</summary>
</histogram>
@@ -65547,6 +65550,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">
« no previous file with comments | « components/safe_browsing/csd.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698