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

Unified Diff: chrome/browser/policy/enterprise_metrics.h

Issue 10443125: Allow re-enrollment to the same domain in case of policy data loss. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 8 years, 6 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: chrome/browser/policy/enterprise_metrics.h
diff --git a/chrome/browser/policy/enterprise_metrics.h b/chrome/browser/policy/enterprise_metrics.h
index 5e12b5cda0a6019f69d1388588fb5049dba58a6f..f343f6d363a6a2414e660dffa37c852cc7ef6f71 100644
--- a/chrome/browser/policy/enterprise_metrics.h
+++ b/chrome/browser/policy/enterprise_metrics.h
@@ -144,6 +144,9 @@ enum MetricEnrollment {
// The lockbox initialization has taken too long to complete and the
// enrollment has been canceled because of that.
kMetricLockboxTimeoutError,
+ // The username used to re-enroll the device does not belong to the domain
+ // that the device was initially enrolled to.
+ kMetricEnrollmentWrongUserError,
kMetricEnrollmentSize // Must be the last.
};

Powered by Google App Engine
This is Rietveld 408576698