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..e97c34e4d9a1f478a215c892c7d6d9db66cec0e9 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 has expired or been |
|
Mattias Nissler (ping if slow)
2012/06/26 09:19:34
s/has/have/
pastarmovj
2012/06/26 16:59:29
Done.
|
| + // 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. |
| + kMetricEnrollmentMissingSerialsError, |
|
Mattias Nissler (ping if slow)
2012/06/26 09:19:34
wrong name.
pastarmovj
2012/06/26 16:59:29
Done.
|
| kMetricEnrollmentSize // Must be the last. |
| }; |