| 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 161746609e4b0ca3d181bb1a07bc2d2c0d3722d1..e6df1cb40a4b20e4df725b0b1eea2b1d6ff80aa9 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc
|
| @@ -256,6 +256,7 @@ void CloudPolicyRefreshScheduler::ScheduleRefresh() {
|
| return;
|
| case DM_STATUS_REQUEST_FAILED:
|
| case DM_STATUS_TEMPORARY_UNAVAILABLE:
|
| + case DM_STATUS_CANNOT_SIGN_REQUEST:
|
| RefreshAfter(error_retry_delay_ms_);
|
| return;
|
| case DM_STATUS_REQUEST_INVALID:
|
|
|