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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2081603003: Add UMA for Quick View (file type and volume type). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/compiled_resources.gyp » ('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 91c7728fe50a801e1f998934d55924b5262c77fb..066dbf9ae52e439adc19fdb551097d15892dc5c5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16730,6 +16730,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="FileBrowser.QuickView.FileType" enum="ViewFileType">
+ <owner>oka@google.com</owner>
+ <summary>File types that were tried to be opened with quick view.</summary>
+</histogram>
+
+<histogram name="FileBrowser.QuickView.VolumeType" enum="FileManagerVolumeType">
+ <owner>oka@google.com</owner>
+ <summary>The volume type where quick view is opened.</summary>
+</histogram>
+
<histogram name="FileBrowser.SuggestApps.Close"
enum="SuggestAppsDialogCloseReason">
<owner>joshwoodward@google.com</owner>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698