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

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

Issue 2371213002: Refactor: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. (Closed)
Patch Set: Address Maksim's comments. Created 4 years, 3 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 c4e644682ab043a13045e496e4d4463b5ef68877..b43734774a8bd99282f0bee5b9059745cc5f3ba6 100644
--- a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
@@ -42,6 +42,7 @@ class EnrollmentStatus {
STATUS_ATTRIBUTE_UPDATE_FAILED = 14, // Device attribute update failed.
STATUS_REGISTRATION_CERTIFICATE_FETCH_FAILED = 15, // Cannot obtain
// registration cert.
+ STATUS_NO_MACHINE_IDENTIFICATION = 16, // Machine model or serial missing.
};
// Helpers for constructing errors for relevant cases.

Powered by Google App Engine
This is Rietveld 408576698