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

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

Issue 424943002: Add UMA for app info dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit 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
« no previous file with comments | « chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 48522a67dffdc798120f3b84145a65a682bae09f..3f7fc254939c4daa88741ba4d4d5211b31a640d0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -418,6 +418,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Apps.AppInfoDialog.OpenedForLocation" enum="AppLocation">
+ <owner>sashab@chromium.org</owner>
+ <summary>
+ The location of the app that the dialog was opened for. This is gathered
+ each time the app info dialog is opened.
+ </summary>
+</histogram>
+
+<histogram name="Apps.AppInfoDialog.OpenedForType" enum="ExtensionType">
+ <owner>sashab@chromium.org</owner>
+ <summary>
+ The type of the app that the dialog was opened for. This is gathered each
+ time the app info dialog is opened.
+ </summary>
+</histogram>
+
<histogram name="Apps.AppLaunch" enum="AppLaunch">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -36548,6 +36564,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="SEARCH_PEOPLE"/>
</enum>
+<enum name="AppLocation" type="int">
+ <int value="0" label="Invalid location"/>
+ <int value="1" label="Internal extension"/>
+ <int value="2" label="Internal extension (loaded via prefs)"/>
+ <int value="3" label="Internal extension (loaded via the registry)"/>
+ <int value="4" label="Unpacked extension"/>
+ <int value="5" label="Component app"/>
+ <int value="6" label="External extension (downloaded via prefs)"/>
+ <int value="7" label="External extension (downloaded via admin policies)"/>
+ <int value="8" label="Command-line extension"/>
+ <int value="9" label="External extension (loaded via prefs and cached)"/>
+ <int value="10" label="Component app (downloaded)"/>
+</enum>
+
<enum name="AppPromoAction" type="int">
<int value="0" label="PROMO_LAUNCH_APP"/>
<int value="1" label="PROMO_LAUNCH_WEB_STORE"/>
« no previous file with comments | « chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698