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 fed14773f02fd93aab7ac1b90126ab98a50a69ef..269361467d775928efb6860974fbd11aa650817e 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_constants.cc |
+++ b/components/policy/core/common/cloud/cloud_policy_constants.cc |
@@ -44,6 +44,8 @@ const char kValueRequestDeviceAttributeUpdatePermission[] = |
"device_attribute_update_permission"; |
const char kValueRequestDeviceAttributeUpdate[] = "device_attribute_update"; |
const char kValueRequestGcmIdUpdate[] = "gcm_id_update"; |
+const char kValueRequestCheckAndroidManagement[] = |
+ "check_android_management_request"; |
const char kChromeDevicePolicyType[] = "google/chromeos/device"; |
#if defined(OS_CHROMEOS) |