| Index: components/policy/core/common/cloud/cloud_policy_constants.h
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| index 4f67f45f07334529906999306800a173469ab196..350cb423b0d3075e50f87eed73ae362b5385b509 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h
|
| @@ -95,6 +95,8 @@ enum DeviceManagementStatus {
|
| DM_STATUS_SERVICE_MISSING_LICENSES,
|
| // Service error: The administrator has deprovisioned this client.
|
| DM_STATUS_SERVICE_DEPROVISIONED,
|
| + // Service error: Device registration for the wrong domain.
|
| + DM_STATUS_SERVICE_DOMAIN_MISMATCH,
|
| // Service error: Policy not found. Error code defined by the DM folks.
|
| DM_STATUS_SERVICE_POLICY_NOT_FOUND = 902,
|
| };
|
|
|