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

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

Issue 2959853003: Add UI components for license type selection in ChromeOS login UI. (Closed)
Patch Set: Remove unused flex import Created 3 years, 5 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 bacd989f84cbdfbc8450ecbce7a3761947689aee..b99b0b79ccbcefb4eeaa3a99f9988e627a5f7945 100644
--- a/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
+++ b/chrome/browser/chromeos/policy/enrollment_status_chromeos.h
@@ -43,8 +43,9 @@ class EnrollmentStatus {
ACTIVE_DIRECTORY_POLICY_FETCH_FAILED = 17, // Failed to fetch Active
// Directory policy via
// authpolicyd.
- DM_TOKEN_STORE_FAILED = 18, // Failed to store DM token into the
- // local state.
+ DM_TOKEN_STORE_FAILED = 18, // Failed to store DM token into the
+ // local state.
+ LICENSE_REQUEST_FAILED = 19, // Failed to get available license types.
};
// Helpers for constructing errors for relevant cases.

Powered by Google App Engine
This is Rietveld 408576698