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

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

Issue 2252723005: Add an UMA for file types selected when Quick View is launched. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/quick_view_uma.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 87938098d312bf886360bf03d6ebd92f53b04a74..302fcacf0a770b9bb7bdeec2b267cadf829f5c63 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16898,6 +16898,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>File types that were tried to be opened with quick view.</summary>
</histogram>
+<histogram name="FileBrowser.QuickView.FileTypeOnLaunch" enum="ViewFileType">
+ <owner>oka@google.com</owner>
+ <summary>File types that were selected when quick view is launched.</summary>
+</histogram>
+
<histogram name="FileBrowser.QuickView.VolumeType" enum="FileManagerVolumeType">
<owner>oka@google.com</owner>
<summary>The volume type where quick view is opened.</summary>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/quick_view_uma.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698