| 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 43324e1ce22322fdc03e719d262590fe617385d6..4fa62f5597d7070fe95aafd9688dcbb5ba96f5dd 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| @@ -42,8 +42,8 @@ const char kValueRequestRemoteCommands[] = "remote_commands";
|
| const char kValueUserAffiliationManaged[] = "managed";
|
| const char kValueUserAffiliationNone[] = "none";
|
| const char kValueRequestDeviceAttributeUpdatePermission[] =
|
| - "attribute_update_permission";
|
| -const char kValueRequestDeviceAttributeUpdate[] = "attribute_update";
|
| + "device_attribute_update_permission";
|
| +const char kValueRequestDeviceAttributeUpdate[] = "device_attribute_update";
|
|
|
| const char kChromeDevicePolicyType[] = "google/chromeos/device";
|
| #if defined(OS_CHROMEOS)
|
|
|