| 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 7d847833f560441a0875328b3cd94fe507ca4d01..7f8427befc10b4046d969ae62d2fd21ad8d401d5 100644
|
| --- a/components/policy/core/common/cloud/enterprise_metrics.h
|
| +++ b/components/policy/core/common/cloud/enterprise_metrics.h
|
| @@ -226,6 +226,8 @@ enum MetricEnrollment {
|
| kMetricEnrollmentRegisterCannotSignRequest = 53,
|
| // Device model or serial number missing from VPD.
|
| kMetricEnrollmentNoDeviceIdentification = 54,
|
| + // Active Directory policy fetch failed.
|
| + kMetricEnrollmentActiveDirectoryPolicyFetchFailed = 55,
|
| };
|
|
|
| // Events related to policy refresh.
|
|
|