| Index: components/policy/core/common/cloud/cloud_policy_constants.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_constants.cc b/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| index 7bcfe6fc8b1b4e7a9020bd83fac46953b1697b22..a0433ed43793d42a1c70845e0db21daf0394d6f3 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| @@ -38,6 +38,7 @@ const char kValueRequestUnregister[] = "unregister";
|
| const char kValueRequestUploadCertificate[] = "cert_upload";
|
| const char kValueRequestDeviceStateRetrieval[] = "device_state_retrieval";
|
| const char kValueRequestUploadStatus[] = "status_upload";
|
| +const char kValueRequestRemoteCommands[] = "remote_commands";
|
| const char kValueUserAffiliationManaged[] = "managed";
|
| const char kValueUserAffiliationNone[] = "none";
|
|
|
|
|