Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 477ad058849b3f1a0caa0bdd1ed7a5a9ddbe5bb0..9cd901cca74437e3a4948d6dcfbd95e11e9289a8 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -40340,6 +40340,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> |
| @@ -46934,6 +46943,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="1" label="Managed EDU"/> |
| + <int value="2" label="Managed non-EDU"/> |
|
Alexei Svitkine (slow)
2015/03/11 18:53:51
Add the error case from your enum too.
Vladislav Kaznacheev
2015/03/11 18:58:56
Done.
|
| +</enum> |
| + |
| <enum name="EnterpriseCheckError" type="int"> |
| <summary> |
| Defined as DomainCheckErrors in |