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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1230483005: [SafeBrowsing] Send pingbacks for additional file types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more-dangerous-files
Patch Set: Cleanup some file extension checks. Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 069faf918d8fd2cf1d23033098ab997d4a63ca96..c1111b44528a150fc7dd310e76540a4a7572905f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66234,6 +66234,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="23" label="TORRENT"/>
<int value="24" label="WEBSITE"/>
<int value="25" label="URL"/>
+ <int value="26" label="VBE"/>
+ <int value="27" label="VBS"/>
+ <int value="28" label="JS"/>
+ <int value="29" label="JSE"/>
+ <int value="30" label="MHT"/>
+ <int value="31" label="MHTML"/>
</enum>
<enum name="SBClientDownloadIsSignedBinary" type="int">

Powered by Google App Engine
This is Rietveld 408576698