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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1262753002: [SafeBrowsing] Send pings for Zip files that contain other archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « chrome/test/data/safe_browsing/download_protection/zipfile_rar_archive_no_binaries.zip ('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 d9c2dd62b43f580b82e97832591fe4c50d2336dd..73c30ab2956963aa03791f145bc9a57fc571c1b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36792,6 +36792,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SBClientDownload.ArchivedArchiveExtensions"
+ enum="SBClientDownloadCheckDownloadStats">
+ <owner>asanka@chromium.org</owner>
+ <summary>
+ Records a histogram of archive file types that were found while examining a
+ downloaded ZIP file. Each archive file type in a single ZIP file is recorded
+ at most once. The relative incidence rate of each filetype in this histogram
+ should indicate the probability of finding that file type in a ZIP file
+ given that that ZIP file contains an archive file.
+ </summary>
+</histogram>
+
<histogram name="SBClientDownload.CheckDownloadStats"
enum="SBClientDownloadCheckDownloadStats">
<owner>mattm@chromium.org</owner>
@@ -67504,6 +67516,19 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="49" label="SCF"/>
<int value="50" label="SCT"/>
<int value="51" label="WSF"/>
+ <int value="52" label="7Z"/>
+ <int value="53" label="XZ"/>
+ <int value="54" label="GZ"/>
+ <int value="55" label="TGZ"/>
+ <int value="56" label="BZ2"/>
+ <int value="57" label="TAR"/>
+ <int value="58" label="ARJ"/>
+ <int value="59" label="LZH"/>
+ <int value="60" label="LHA"/>
+ <int value="61" label="WIM"/>
+ <int value="62" label="Z"/>
+ <int value="63" label="LZMA"/>
+ <int value="64" label="CPIO"/>
</enum>
<enum name="SBClientDownloadIsSignedBinary" type="int">
« no previous file with comments | « chrome/test/data/safe_browsing/download_protection/zipfile_rar_archive_no_binaries.zip ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698