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

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

Issue 1881763002: Add more mac executable extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update download stats Created 4 years, 8 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 | « content/browser/download/download_stats.cc ('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 d8713f61b9aadb1702b6249216b91acfd1195105..5c276a70916c063a7bbaa936ba26d3b0b8864b6b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65773,6 +65773,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="244" label="zip"/>
<int value="245" label="zipx"/>
<int value="246" label="zpaq"/>
+ <int value="247" label="cdr"/>
+ <int value="248" label="dart"/>
+ <int value="249" label="dc42"/>
+ <int value="250" label="diskcopy42"/>
+ <int value="251" label="dmg"/>
+ <int value="252" label="dmgpart"/>
+ <int value="253" label="dvdr"/>
+ <int value="254" label="img"/>
+ <int value="255" label="imgpart"/>
+ <int value="256" label="ndif"/>
+ <int value="257" label="smi"/>
+ <int value="258" label="sparsebundle"/>
+ <int value="259" label="sparseimage"/>
+ <int value="260" label="toast"/>
+ <int value="261" label="udif"/>
</enum>
<enum name="DownloadItem.DangerType" type="int">
@@ -82237,6 +82252,18 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="246" label="SEARCH_MS"/>
<int value="247" label="IMG"/>
<int value="248" label="SMI"/>
+ <int value="249" label="SPARSEBUNDLE"/>
+ <int value="250" label="SPARSEIMAGE"/>
+ <int value="251" label="CDR"/>
+ <int value="252" label="DMGPART"/>
+ <int value="253" label="DVDR"/>
+ <int value="254" label="DART"/>
+ <int value="255" label="DC42"/>
+ <int value="256" label="DISKCOPY42"/>
+ <int value="257" label="IMGPART"/>
+ <int value="258" label="NDIF"/>
+ <int value="259" label="UDIF"/>
+ <int value="260" label="TOAST"/>
</enum>
<enum name="SBClientDownloadIsSignedBinary" type="int">
« no previous file with comments | « content/browser/download/download_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698