Chromium Code Reviews| 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 7329fd248ab1f28431d9221a51c2af0ff49e7921..4df8a528b7d07813d3235d0e2bb5e7080226b05e 100644 |
| --- a/components/policy/core/common/cloud/cloud_policy_constants.h |
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
| @@ -43,6 +43,8 @@ POLICY_EXPORT extern const char kValueRequestDeviceAttributeUpdate[]; |
| POLICY_EXPORT extern const char kValueRequestGcmIdUpdate[]; |
| POLICY_EXPORT extern const char kValueRequestCheckAndroidManagement[]; |
| POLICY_EXPORT extern const char kValueRequestCertBasedRegister[]; |
| +POLICY_EXPORT extern const char kValueRequestActiveDirectoryEnrollPlayUser[]; |
| +POLICY_EXPORT extern const char kValueRequestActiveDirectoryPlayActivity[]; |
| // Policy type strings for the policy_type field in PolicyFetchRequest. |
| POLICY_EXPORT extern const char kChromeDevicePolicyType[]; |
| @@ -109,6 +111,8 @@ enum DeviceManagementStatus { |
| DM_STATUS_CANNOT_SIGN_REQUEST = 15, |
| // Service error: Policy not found. Error code defined by the DM folks. |
| DM_STATUS_SERVICE_POLICY_NOT_FOUND = 902, |
| + // Service error: Arc is not enabled on this domain. |
|
Luis Héctor Chávez
2017/02/07 16:33:03
nit: ARC
Marton Hunyady
2017/02/07 17:28:48
Done.
|
| + DM_STATUS_SERVICE_ARC_DISABLED = 904, |
| }; |
| // List of modes that the device can be locked into. |