Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 63575185fac6bd937c20ebbde65e4b7c5d9cada1..8be22134e9d9bae31231e59c83050216f8f10376 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -40357,6 +40357,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> |
@@ -46972,6 +46981,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="6" label="SCRIPT_EVALUATED"/> |
</enum> |
+<enum name="EnrollmentStatus" type="int"> |
+ <int value="0" label="Non-managed"/> |
+ <int value="2" label="Managed EDU"/> |
Thiemo Nagel
2015/03/11 17:45:02
Is there a specific reason for skipping value="1"?
Vladislav Kaznacheev
2015/03/11 18:05:32
Thanks for catching this. This was me experimentin
|
+ <int value="3" label="Managed non-EDU"/> |
+</enum> |
+ |
<enum name="EnterpriseCheckError" type="int"> |
<summary> |
Defined as DomainCheckErrors in |