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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 424943002: Add UMA for app info dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b34a6cdc4851b14a05b38004c60ece99678428de..35fd1eca68b09d2843ef7f97d97d2c620a71a349 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -431,6 +431,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Interactions with the App Launcher promo dialog.</summary>
</histogram>
+<histogram name="Apps.AppListAppInfoDialog" units="launches">
+ <owner>sashab@chromium.org</owner>
+ <summary>
+ The number of times the app info dialog is launched from the app list. This
+ is gathered each time the app info dialog option is selected from the app
+ list context menu.
+ </summary>
+</histogram>
+
<histogram name="Apps.AppListHowEnabled" enum="AppListEnableSource">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698