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

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

Issue 2371213002: Refactor: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. (Closed)
Patch Set: Address Maksim's comments. Created 4 years, 3 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
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 db01a8f0687ef353d4c1b1b4c922e23b6d369259..7d847833f560441a0875328b3cd94fe507ca4d01 100644
--- a/components/policy/core/common/cloud/enterprise_metrics.h
+++ b/components/policy/core/common/cloud/enterprise_metrics.h
@@ -224,6 +224,8 @@ enum MetricEnrollment {
kMetricEnrollmentRegistrationCertificateFetchFailed = 52,
// The request to enroll could not be signed.
kMetricEnrollmentRegisterCannotSignRequest = 53,
+ // Device model or serial number missing from VPD.
+ kMetricEnrollmentNoDeviceIdentification = 54,
};
// Events related to policy refresh.
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698