| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2b5b538ee0273722f0267734e23d4ad4a412c30f..c7a00ab581aedd006797f91640b071f1532c4c2d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -4791,6 +4791,43 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="FileBrowser.SuggestApps.Close"
|
| + enum="SuggestAppsDialogCloseReason">
|
| + <summary>
|
| + Chrome OS File Browser: the reason why the suggest apps dialog is closed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="FileBrowser.SuggestApps.Install"
|
| + enum="SuggestAppsDialogInstall">
|
| + <summary>
|
| + Chrome OS File Browser: if the Webstore item user selected is successfully
|
| + installed or not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="FileBrowser.SuggestApps.Load" enum="SuggestAppsDialogLoad">
|
| + <summary>
|
| + Chrome OS File Browser: if the initialization of the dialog is successed or
|
| + not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="FileBrowser.SuggestApps.LoadTime" units="milliseconds">
|
| + <summary>
|
| + Chrome OS File Browser: time to load the suggest apps dialog. Measured
|
| + between the moment window appears and the moment it is all available after
|
| + ChromeWebstore widget is ready.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="FileBrowser.SuggestApps.ShowDialog">
|
| + <summary>
|
| + Chrome OS File Browser: this is recorded when the user opens the suggest
|
| + apps dialog.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="FileBrowser.ViewingFileType" enum="ViewFileType">
|
| <summary>
|
| File types that were tried to be viewed through browser. This is recorded
|
| @@ -27070,6 +27107,25 @@ other types of suffix sets.
|
| <int value="15" label="PROCEED_NEW_SITE"/>
|
| </enum>
|
|
|
| +<enum name="SuggestAppsDialogCloseReason" type="int">
|
| + <int value="0" label="Unknown error"/>
|
| + <int value="1" label="Item installed"/>
|
| + <int value="2" label="User cancelled"/>
|
| + <int value="3" label="Webstore link clicked"/>
|
| +</enum>
|
| +
|
| +<enum name="SuggestAppsDialogInstall" type="int">
|
| + <int value="0" label="Install succeeded"/>
|
| + <int value="1" label="Install cancelled"/>
|
| + <int value="2" label="Install failed"/>
|
| +</enum>
|
| +
|
| +<enum name="SuggestAppsDialogLoad" type="int">
|
| + <int value="0" label="Load succeeded"/>
|
| + <int value="1" label="Load cancelled"/>
|
| + <int value="2" label="Load failed"/>
|
| +</enum>
|
| +
|
| <enum name="SuspendStatus" type="int">
|
| <int value="0" label="Success"/>
|
| <int value="1" label="Failure"/>
|
|
|