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 33df0229eac108622158a566edc183a2ecb9cc65..db01a8f0687ef353d4c1b1b4c922e23b6d369259 100644 |
--- a/components/policy/core/common/cloud/enterprise_metrics.h |
+++ b/components/policy/core/common/cloud/enterprise_metrics.h |
@@ -222,6 +222,8 @@ enum MetricEnrollment { |
kMetricEnrollmentLockModeMismatch = 51, |
// A registration certificate could not be fetched from the PCA. |
kMetricEnrollmentRegistrationCertificateFetchFailed = 52, |
+ // The request to enroll could not be signed. |
+ kMetricEnrollmentRegisterCannotSignRequest = 53, |
}; |
// Events related to policy refresh. |