diff options
author | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 01:12:45 +0000 |
---|---|---|
committer | yoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 01:12:45 +0000 |
commit | 4f1b0f1d662382c059c3dede3988a58b06352a23 (patch) | |
tree | ef487a6d6ce6adda3bc833ddc256b6e496acb105 /tools | |
parent | 62715ad5ffcf4077c4a69cdb117dd5fdf492a7a0 (diff) | |
download | chromium_src-4f1b0f1d662382c059c3dede3988a58b06352a23.zip chromium_src-4f1b0f1d662382c059c3dede3988a58b06352a23.tar.gz chromium_src-4f1b0f1d662382c059c3dede3988a58b06352a23.tar.bz2 |
Add histgrams to Folder shortcut feature in Files.app.
BUG=none
TEST=Files.app runs, the volume list on the left works.
R=asvitkine@chromium.org, mtomasz@chromium.org
Review URL: https://codereview.chromium.org/22634008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 892c88f..ffe3e8f 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. |