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

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

Issue 2628833002: Quick View UMA: export how quick view was opened. (Closed)
Patch Set: Rebase. Created 3 years, 11 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_controller.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 0d7e7e509084bba9fc7c1cec63003bfeff85cc99..9a4afbfea954ce080322636cef22e361cbf10887 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19098,6 +19098,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The volume type where quick view is opened.</summary>
</histogram>
+<histogram name="FileBrowser.QuickView.WayToOpen"
+ enum="FileManagerQuickViewWayToOpen">
+ <owner>oka@google.com</owner>
+ <summary>How quick view was opened.</summary>
+</histogram>
+
<histogram name="FileBrowser.SuggestApps.Close"
enum="SuggestAppsDialogCloseReason">
<owner>joshwoodward@google.com</owner>
@@ -89621,6 +89627,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="6" label="Error"/>
</enum>
+<enum name="FileManagerQuickViewWayToOpen" type="int">
+ <int value="0" label="Context menu"/>
+ <int value="1" label="Space key"/>
+</enum>
+
<enum name="FileManagerVolumeType" type="int">
<int value="0" label="Google Drive"/>
<int value="1" label="Download Folder"/>
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/quick_view_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698