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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1929693003: Populate download_file_types proto and filter it for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@file_type_polices2
Patch Set: reorder ascipb per asanka's comments Created 4 years, 7 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/common/safe_browsing/file_type_policies_unittest.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 3921956b4b61c6d2c30b9ad797a7e54f7f63f745..0f653c03cfef7830f1db769d5eb40fdb35dd9c87 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67322,6 +67322,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="259" label="sparseimage"/>
<int value="260" label="toast"/>
<int value="261" label="udif"/>
+ <int value="262" label="run"/>
+ <int value="263" label="ad"/>
</enum>
<enum name="DownloadItem.DangerType" type="int">
@@ -84130,6 +84132,7 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="SBClientDownloadExtensions" type="int">
+ <int value="-1" label="File extension not categorized"/>
<int value="0" label="EXE"/>
<int value="1" label="MSI"/>
<int value="2" label="CAB"/>
@@ -84197,7 +84200,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="64" label="CPIO"/>
<int value="65" label="CMD"/>
<int value="66" label="APP"/>
- <int value="67" label="OSX"/>
+ <int value="67" label="OSX -- Not supported"/>
<int value="68" label="SWF"/>
<int value="69" label="SPL"/>
<int value="70" label="APPLICATION"/>
@@ -84291,11 +84294,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="158" label="ACTION"/>
<int value="159" label="BIN"/>
<int value="160" label="INX"/>
- <int value="161" label="IPA"/>
+ <int value="161" label="IPA -- Not supported"/>
<int value="162" label="ISU"/>
<int value="163" label="JOB"/>
<int value="164" label="OUT"/>
- <int value="165" label="PAD"/>
+ <int value="165" label="PAD -- Not supported"/>
<int value="166" label="PAF"/>
<int value="167" label="RGS"/>
<int value="168" label="U3P"/>
@@ -84391,6 +84394,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="258" label="NDIF"/>
<int value="259" label="UDIF"/>
<int value="260" label="TOAST"/>
+ <int value="261" label="RUN"/>
+ <int value="262" label="AD"/>
</enum>
<enum name="SBClientDownloadIsSignedBinary" type="int">
« no previous file with comments | « chrome/common/safe_browsing/file_type_policies_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698