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

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

Issue 2544773002: Fetch policy from Active Directory at the end of enrollment (Closed)
Patch Set: Created 4 years 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 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.

Powered by Google App Engine
This is Rietveld 408576698