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

Unified Diff: chrome/browser/policy/cloud_policy_subsystem.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: s/serials/licenses// 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/cloud_policy_subsystem.h
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h
index 7c3c8e29a4ad052f90c254d25a28a39c26c9f0b9..ac1485dec231ba5d35c06923fc424bb078f1b255 100644
--- a/chrome/browser/policy/cloud_policy_subsystem.h
+++ b/chrome/browser/policy/cloud_policy_subsystem.h
@@ -49,6 +49,7 @@ class CloudPolicySubsystem
BAD_SERIAL_NUMBER, // The serial number of the device is not valid.
AUTO_ENROLLMENT_ERROR, // Auto-enrollment is not supported.
BAD_ENROLLMENT_MODE, // The enrollment mode was not recognized.
+ MISSING_LICENSES, // There are no valid licenses for this domain left.
};
class Observer {
« no previous file with comments | « chrome/browser/policy/cloud_policy_refresh_scheduler_unittest.cc ('k') | chrome/browser/policy/device_management_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698