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

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

Issue 539853002: Add file types to FileBrowser.ViewingFileType UMA stat. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | ui/file_manager/file_manager/foreground/js/file_tasks.js » ('j') | 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 57cf2870374239a36267d9e56c954da44c72c716..85cbe596ebe91a2d33044c02f1dd5b681a08fb25 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51361,6 +51361,17 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="46" label=".wmv"/>
<int value="47" label=".xls"/>
<int value="48" label=".xlsx"/>
+ <int value="49" label=".crdownload"/>
+ <int value="50" label=".crx"/>
+ <int value="51" label=".dmg"/>
+ <int value="52" label=".exe"/>
+ <int value="53" label=".html"/>
+ <int value="54" label=".htm"/>
+ <int value="55" label=".jar"/>
+ <int value="56" label=".ps"/>
+ <int value="57" label=".torrent"/>
+ <int value="58" label=".txt"/>
+ <int value="59" label=".zip"/>
</enum>
<enum name="VPNDriver" type="int">
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/file_tasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698