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

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

Issue 2873903004: Add UMA to count directory-changed events by RootType. (Closed)
Patch Set: Revert unused code Created 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 425d72eb20bd0ecc6a4649145e64a0c03d674363..42cc360436f9d06bbd94f5065bc2f4609b8ddc3e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21009,6 +21009,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records the source that requested showing the feedback app.</summary>
</histogram>
+<histogram name="FileBrowser.ChangeDirectory" enum="FileManagerRootType">
+ <owner>yamaguchi@chromium.com</owner>
+ <summary>
+ Chrome OS File Browser: Counts the number of directory-changed events,
+ bucketed by the RootType of the directory newly displayed.
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.CloudImport.UserAction"
enum="CloudImportUserAction">
<owner>smckay@google.com</owner>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | 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