| 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.
|
|
|