Chromium Code Reviews| 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..43d63e63a39c5abe0a75fcd38b6fee23bc6d4353 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. |
| + kMetricMissingSerialsError, |
|
Mattias Nissler (ping if slow)
2012/06/27 12:12:10
Name still broken.
pastarmovj
2012/06/27 12:30:46
Arrrgh you know how many times did i typed serials
|
| kMetricEnrollmentSize // Must be the last. |
| }; |