Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 89ac464e972566583fbc66067a9c2853d3e6e876..261f642ab29401b6b061fc285f77ee299014e504 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -3885,6 +3885,31 @@ 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 folder shorcuts.</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. |