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 |