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

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

Issue 267573005: UMA stats for MTP file system in Chrome OS Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address the review comment. Created 6 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/browser/chromeos/file_manager/volume_manager.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 382be8639c4e797982dfdd9cd649af8c11efad74..298eecb42fbf9c3fd97334e5702fc79400b12bdd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7053,6 +7053,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="FileBrowser.VolumeType" enum="FileManagerVolumeType">
+ <owner>kinaba@chromium.org</owner>
+ <summary>
+ Chrome OS File Browser: counts the number of times volumes are mounted for
+ each volume type.
+ </summary>
+</histogram>
+
<histogram name="GCM.CheckinRequestStatus" enum="GCMCheckinRequestStatus">
<owner>juyik@chromium.org</owner>
<summary>Status code of the outcome of a GCM checkin request.</summary>
@@ -35089,6 +35097,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="6" label="Error"/>
</enum>
+<enum name="FileManagerVolumeType" type="int">
+ <int value="0" label="Google Drive"/>
+ <int value="1" label="Download Folder"/>
+ <int value="2" label="Removable Disk"/>
+ <int value="3" label="Archive File"/>
+ <int value="4" label="Cloud Device"/>
+ <int value="5" label="FileSystemProvider API"/>
+ <int value="6" label="MTP (Media Transfer Protocol) Device"/>
+</enum>
+
<enum name="FileType" type="int">
<int value="0" label="other"/>
<int value="1" label=".doc"/>
« no previous file with comments | « chrome/browser/chromeos/file_manager/volume_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698