Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d78c1e18eac257744541042fcae2b1247c1d4d07..b7ae37477f4555c1b531fb9fdf8a2417f1e2d771 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -11950,7 +11950,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<owner>joshwoodward@google.com</owner> |
<summary> |
Chrome OS File Browser: time to load the suggest apps dialog. Measured |
- between the moment window appears and the moment all the contants in the |
+ between the moment window appears and the moment all the contents in the |
dialog including the Chrome Webstore widget are ready. |
</summary> |
</histogram> |
@@ -49019,6 +49019,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="WebstoreWidgetApp.Close" enum="SuggestAppsDialogCloseReason"> |
+ <owner>joshwoodward@google.com</owner> |
+ <summary> |
+ Webstore Widget app: the reason why the suggest apps dialog was closed. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="WebstoreWidgetApp.Install" enum="SuggestAppsDialogInstall"> |
+ <owner>joshwoodward@google.com</owner> |
+ <summary> |
+ Webstore Widget app: whether the Webstore item user selected was |
+ successfully installed or not. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="WebstoreWidgetApp.Load" enum="SuggestAppsDialogLoad"> |
+ <owner>joshwoodward@google.com</owner> |
+ <summary> |
+ Webstore Widget app: whether the initialization of the dialog succeeded or |
+ not. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="WebstoreWidgetApp.LoadTime" units="milliseconds"> |
+ <owner>joshwoodward@google.com</owner> |
+ <summary> |
+ Webstore Widget app: time to load the widget contained in the app. Measured |
+ between the moment window appears and the moment all the contents in the app |
+ including the Chrome Webstore widget are ready. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Win8.PageLoad" enum="Win8PageLoadType"> |
<owner>zturner@chromium.org</owner> |
<summary> |