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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 974273004: Add Chrome OS enrollment status UMA stat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatted histograms.xml Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 225c79d5e87806224691c9907f6bd67ba636ff34..db59690a721a7e74a3d2f93791fda210255a63b5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40223,6 +40223,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.EnrollmentStatus" enum="EnrollmentStatus">
+ <owner>asvitkine@chromium.org</owner>
asvitkine_google 2015/03/04 20:18:43 Please add yourself as the owner.
Vladislav Kaznacheev 2015/03/05 00:24:26 Done.
+ <summary>Logs the enrollment status.</summary>
asvitkine_google 2015/03/04 20:18:43 The description should be more descriptive than th
Vladislav Kaznacheev 2015/03/05 00:24:26 Done.
+</histogram>
+
<histogram name="UMA.EntropySourceType" enum="UmaEntropySourceType">
<owner>asvitkine@chromium.org</owner>
<summary>
@@ -46807,6 +46812,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Screen unlocked (via EasyUnlock)"/>
</enum>
+<enum name="EnrollmentStatus" type="int">
+ <int value="0" label="Non-managed"/>
+ <int value="1" label="Managed EDU"/>
+ <int value="2" label="Managed non-EDU"/>
+</enum>
+
<enum name="EnterpriseCheckError" type="int">
<summary>
Defined as DomainCheckErrors in

Powered by Google App Engine
This is Rietveld 408576698