Index: components/policy/core/common/cloud/enterprise_metrics.h |
diff --git a/components/policy/core/common/cloud/enterprise_metrics.h b/components/policy/core/common/cloud/enterprise_metrics.h |
index 7d5108e2fbbe754b1e16f19ff7979d27f1bfe696..f3af0802640b23880643ad402497d4b269ed935d 100644 |
--- a/components/policy/core/common/cloud/enterprise_metrics.h |
+++ b/components/policy/core/common/cloud/enterprise_metrics.h |
@@ -165,6 +165,8 @@ enum MetricEnrollment { |
kMetricEnrollmentRobotRefreshTokenStoreFailed, |
// Enrollment failed because the administrator has deprovisioned the device. |
kMetricEnrollmentDeprovisioned, |
+ // Enrollment failed because the device doesn't belong to the domain. |
+ kMetricEnrollmentDomainMismatch, |
kMetricEnrollmentSize // Must be the last. |
}; |