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

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

Issue 10664017: Introduce a new error code from the DM server - 402 - missing licenses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 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.
};

Powered by Google App Engine
This is Rietveld 408576698