| Index: components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| index ad221d184c8a3eb944121de9f1d628aee66bb232..9bc4a32c7014f907ddf46926ee2edad465a72568 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| @@ -304,6 +304,7 @@ void CloudPolicyRefreshScheduler::ScheduleRefresh() {
|
| case DM_STATUS_SERVICE_DEVICE_ID_CONFLICT:
|
| case DM_STATUS_SERVICE_MISSING_LICENSES:
|
| case DM_STATUS_SERVICE_DEPROVISIONED:
|
| + case DM_STATUS_SERVICE_DOMAIN_MISMATCH:
|
| // Need a re-registration, no use in retrying.
|
| refresh_callback_.Cancel();
|
| return;
|
|
|