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

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

Issue 2544773002: Fetch policy from Active Directory at the end of enrollment (Closed)
Patch Set: Convert CHECK_EQ(true, ...) to CHECK(...) Created 4 years 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 b43734774a8bd99282f0bee5b9059745cc5f3ba6..4930f38c3406bffee0636c47788b087a0658e8eb 100644
--- a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
@@ -43,6 +43,9 @@ class EnrollmentStatus {
STATUS_REGISTRATION_CERTIFICATE_FETCH_FAILED = 15, // Cannot obtain
// registration cert.
STATUS_NO_MACHINE_IDENTIFICATION = 16, // Machine model or serial missing.
+ STATUS_ACTIVE_DIRECTORY_POLICY_FETCH_FAILED = 17, // Failed to fetch Active
+ // Directory policy via
+ // authpolicyd.
};
// Helpers for constructing errors for relevant cases.

Powered by Google App Engine
This is Rietveld 408576698