| 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 12ef2d18b753bc49cfdc65bd6963c38d3e6717e1..e1de163e9581e11ebffae1cef6370475d08f5042 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_constants.cc
|
| @@ -41,6 +41,7 @@ const char kValueRequestRemoteCommands[] = "remote_commands";
|
| const char kValueRequestDeviceAttributeUpdatePermission[] =
|
| "device_attribute_update_permission";
|
| const char kValueRequestDeviceAttributeUpdate[] = "device_attribute_update";
|
| +const char kValueRequestGcmIdUpdate[] = "gcm_id_update";
|
|
|
| const char kChromeDevicePolicyType[] = "google/chromeos/device";
|
| #if defined(OS_CHROMEOS)
|
|
|