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

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

Issue 1765273002: kiosk: Add kiosk launch type UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for #1 comments Created 4 years, 9 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/chromeos/login/app_launch_controller.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 87051080d7ba4c8c09251e4b3b28eac4f62c4ecf..583bda281713c608afc12003c254eb6a6574700a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18103,6 +18103,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Kiosk.LaunchType" enum="KioskLaunchType">
+ <owner>xiyuan@chromium.org</owner>
+ <owner>blumberg@chromium.org</owner>
+ <summary>
+ Records kiosk launches, whether it is an enterprise or consumer kiosk and
+ whether it is an auto launch or manual launch.
+ </summary>
+</histogram>
+
<histogram name="LanguageUsage.AcceptLanguage" enum="LanguageCode">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Accept languages.</summary>
@@ -71141,6 +71150,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Migration failed twice"/>
</enum>
+<enum name="KioskLaunchType" type="int">
+ <int value="0" label="Enterprise auto launch"/>
+ <int value="1" label="Enterprise manual launch"/>
+ <int value="2" label="Consumer auto launch"/>
+ <int value="3" label="Consumer manual launch"/>
+</enum>
+
<enum name="LanguageCode" type="int">
<summary>ISO 639 Language Codes.</summary>
<int value="24929" label="Afar"/>
« no previous file with comments | « chrome/browser/chromeos/login/app_launch_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698