Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 225c79d5e87806224691c9907f6bd67ba636ff34..ade00db5c6db748fe3fe22a5c57794c5eec698c9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -40223,6 +40223,15 @@ 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> |
+ <owner>kaznacheev@chromium.org</owner> |
+ <summary> |
+ Logs the device enrollment status for Chrome OS device. Logged with every |
+ UMA upload. |
+ </summary> |
+</histogram> |
+ |
<histogram name="UMA.EntropySourceType" enum="UmaEntropySourceType"> |
<owner>asvitkine@chromium.org</owner> |
<summary> |
@@ -46807,6 +46816,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"/> |
Thiemo Nagel
2015/03/06 06:03:29
In the future, I plan to extend this for other pla
Alexei Svitkine (slow)
2015/03/10 15:16:10
I'm not sure I'm understanding your suggestion. In
Thiemo Nagel
2015/03/10 15:37:12
My intent is to track "unmanaged" by not setting a
asvitkine_google
2015/03/11 14:36:03
Yes, this is problematic. Because if we see no val
|
+</enum> |
+ |
<enum name="EnterpriseCheckError" type="int"> |
<summary> |
Defined as DomainCheckErrors in |