| Index: components/policy/core/browser/cloud/message_util.cc
|
| diff --git a/components/policy/core/browser/cloud/message_util.cc b/components/policy/core/browser/cloud/message_util.cc
|
| index 2292b5b7b007bd5c4f76edae2da1475f36bf8ad7..3c12f9e3981931d94611623668f0c33b29b0c5b1 100644
|
| --- a/components/policy/core/browser/cloud/message_util.cc
|
| +++ b/components/policy/core/browser/cloud/message_util.cc
|
| @@ -48,6 +48,9 @@ int GetIDSForDMStatus(DeviceManagementStatus status) {
|
| return IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND;
|
| case DM_STATUS_CANNOT_SIGN_REQUEST:
|
| return IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST;
|
| + case DM_STATUS_SERVICE_ARC_DISABLED:
|
| + // This error is never shown on the UI.
|
| + return IDS_POLICY_DM_STATUS_UNKNOWN_ERROR;
|
| }
|
| NOTREACHED() << "Unhandled DM status " << status;
|
| return IDS_POLICY_DM_STATUS_UNKNOWN_ERROR;
|
|
|