Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: components/policy/core/common/cloud/enterprise_metrics.h

Issue 2261763002: Device enterprise registration with a certificate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize pointers to nullptr. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698