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

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: 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 2c0a832b297ea50e14d6335461887e24a5dba14e..a139ebaffb47098d53f755e2846215ac7b01ca9e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66017,6 +66017,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