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

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

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments Created 5 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 8d1c42bc91305e4f73b05103260d9bc7c5a8d277..2ca67e5f16e9aa1cce85abfd5dbbaf2a1272f4f1 100644
--- a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
@@ -39,6 +39,7 @@ class EnrollmentStatus {
STATUS_STORE_ERROR = 12, // Failed to store the policy.
STATUS_STORE_TOKEN_AND_ID_FAILED = 13, // Failed to store DM token and
// device ID.
+ STATUS_ATTRIBUTE_UPDATE_FAILED = 14, // Device attribute update failed.
};
// Helpers for constructing errors for relevant cases.

Powered by Google App Engine
This is Rietveld 408576698