| 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.
|
| };
|
|
|