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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 22634008: Add histgrams to Folder shortcut feature in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | « chrome/browser/resources/file_manager/js/navigation_list.js ('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 892c88f32f407ce000e15be65ed2fb23d1eafe79..ffe3e8fc534cafa49879b794f4e95ec7a99f6fc6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3885,6 +3885,34 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="FileBrowser.FolderShortcut.Add">
+ <summary>
+ Chrome OS File Browser: this is recorded when the user adds a folder
+ shortcut.
+ </summary>
+</histogram>
+
+<histogram name="FileBrowser.FolderShortcut.Count">
+ <summary>
+ Chrome OS File Browser: number of saved folder shorcuts. This is recorded
+ when Files.app is launched.
+ </summary>
+</histogram>
+
+<histogram name="FileBrowser.FolderShortcut.Navigate">
+ <summary>
+ Chrome OS File Browser: this is recorded when the user clicks or selects a
+ folder shortcut and is navigated to the target folder.
+ </summary>
+</histogram>
+
+<histogram name="FileBrowser.FolderShortcut.Remove">
+ <summary>
+ Chrome OS File Browser: this is recorded when the user removes a folder
+ shortcut.
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.Load" units="milliseconds">
<summary>
Chrome OS File Browser is an built-in extension without a background page.
« no previous file with comments | « chrome/browser/resources/file_manager/js/navigation_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698