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"> |