Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: components/policy/core/common/cloud/cloud_policy_constants.cc

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Fix Luis's comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f272a72c1a15b36ead0144d3f3e6d4aee1d2f39d..d37a2e32df72b253374fa86cb5b446a6effe0411 100644
--- a/components/policy/core/common/cloud/cloud_policy_constants.cc
+++ b/components/policy/core/common/cloud/cloud_policy_constants.cc
@@ -49,6 +49,10 @@ const char kValueRequestDeviceAttributeUpdate[] = "device_attribute_update";
const char kValueRequestGcmIdUpdate[] = "gcm_id_update";
const char kValueRequestCheckAndroidManagement[] = "check_android_management";
const char kValueRequestCertBasedRegister[] = "certificate_based_register";
+const char kValueRequestActiveDirectoryEnrollPlayUser[] =
+ "active_directory_enroll_play_user";
+const char kValueRequestActiveDirectoryPlayActivity[] =
+ "active_directory_play_activity";
const char kChromeDevicePolicyType[] = "google/chromeos/device";
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698