| Index: chrome/browser/policy/enterprise_metrics.h
|
| diff --git a/chrome/browser/policy/enterprise_metrics.h b/chrome/browser/policy/enterprise_metrics.h
|
| index f343f6d363a6a2414e660dffa37c852cc7ef6f71..05670e227179694cb28f200af284edb1152fc0b7 100644
|
| --- a/chrome/browser/policy/enterprise_metrics.h
|
| +++ b/chrome/browser/policy/enterprise_metrics.h
|
| @@ -45,6 +45,9 @@ enum MetricToken {
|
| kMetricTokenFetchDeviceIdConflict,
|
| // DM server reported that the serial number we try to register is invalid.
|
| kMetricTokenFetchInvalidSerialNumber,
|
| + // DM server reported that the licenses for the domain have expired or been
|
| + // exhausted.
|
| + kMetricMissingLicenses,
|
|
|
| kMetricTokenSize // Must be the last.
|
| };
|
| @@ -147,6 +150,9 @@ enum MetricEnrollment {
|
| // The username used to re-enroll the device does not belong to the domain
|
| // that the device was initially enrolled to.
|
| kMetricEnrollmentWrongUserError,
|
| + // DM server reported that the licenses for the domain has expired or been
|
| + // exhausted.
|
| + kMetricMissingLicensesError,
|
|
|
| kMetricEnrollmentSize // Must be the last.
|
| };
|
|
|