Chromium Code Reviews| 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 c01eb9bce5bb5bfc65c5d5733774c8d6f04b4c0e..0b2a6d2728fd10c31e5c4ac487b8a515c5535960 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc |
| +++ b/components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc |
| @@ -258,6 +258,7 @@ void CloudPolicyRefreshScheduler::ScheduleRefresh() { |
| return; |
| case DM_STATUS_SERVICE_ACTIVATION_PENDING: |
| case DM_STATUS_SERVICE_POLICY_NOT_FOUND: |
| + case DM_STATUS_SERVICE_ARC_DISABLED: |
|
Thiemo Nagel
2017/02/02 13:24:59
Since this is error is not related to policy fetch
Marton Hunyady
2017/02/02 18:19:06
Done.
|
| RefreshAfter(GetActualRefreshDelay()); |
| return; |
| case DM_STATUS_REQUEST_FAILED: |