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

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

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments Created 5 years, 8 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 c4e76a0bdeaf85e697aea25e67b03d489a96bc45..9f27d445bbd91a3a13c85e0202d5e79831603014 100644
--- a/components/policy/core/common/cloud/enterprise_metrics.h
+++ b/components/policy/core/common/cloud/enterprise_metrics.h
@@ -216,6 +216,8 @@ enum MetricEnrollment {
kMetricEnrollmentLockFinalizeError = 48,
// Lockbox read back is inconsistent.
kMetricEnrollmentLockReadbackError = 49,
+ // Failed to update device attributes.
+ kMetricEnrollmentAttributeUpdateFailed = 50,
};
// Events related to policy refresh.

Powered by Google App Engine
This is Rietveld 408576698