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

Unified Diff: chrome/browser/chromeos/policy/enrollment_status_chromeos.h

Issue 12538009: Public Sessions: fetch device robot api token during enterprise enrollment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 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/chromeos/policy/enrollment_status_chromeos.h
diff --git a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
index ac2a47aa764417fa4a2591e9145656ac37ae9b38..4c00c89375c93643118ece82729c3f906c977dde 100644
--- a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
@@ -17,15 +17,15 @@ class EnrollmentStatus {
public:
// Enrollment status codes.
enum Status {
- STATUS_SUCCESS, // Enrollment succeeded.
- STATUS_REGISTRATION_FAILED, // DM registration failed.
- STATUS_REGISTRATION_BAD_MODE, // Bad device mode.
- STATUS_POLICY_FETCH_FAILED, // DM policy fetch failed.
- STATUS_VALIDATION_FAILED, // Policy validation failed.
- STATUS_LOCK_ERROR, // Cryptohome failed to lock the device.
- STATUS_LOCK_TIMEOUT, // Timeout while waiting for the lock.
- STATUS_LOCK_WRONG_USER, // Locked to different domain.
- STATUS_STORE_ERROR, // Failed to store the policy.
+ STATUS_SUCCESS, // Enrollment succeeded.
+ STATUS_REGISTRATION_FAILED, // DM registration failed.
+ STATUS_REGISTRATION_BAD_MODE, // Bad device mode.
+ STATUS_POLICY_FETCH_FAILED, // DM policy fetch failed.
+ STATUS_VALIDATION_FAILED, // Policy validation failed.
+ STATUS_LOCK_ERROR, // Cryptohome failed to lock the device.
+ STATUS_LOCK_TIMEOUT, // Timeout while waiting for the lock.
+ STATUS_LOCK_WRONG_USER, // Locked to different domain.
+ STATUS_STORE_ERROR, // Failed to store the policy.
};
// Helpers for constructing errors for relevant cases.

Powered by Google App Engine
This is Rietveld 408576698