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

Unified Diff: components/policy/core/common/cloud/device_management_service.h

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/device_management_service.h
diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h
index ddb675c23cba911249f6bd05b7f39ce2deab673e..c19ccc4f1b69bddca81de41a921d305e95e56ea5 100644
--- a/components/policy/core/common/cloud/device_management_service.h
+++ b/components/policy/core/common/cloud/device_management_service.h
@@ -57,6 +57,8 @@ class POLICY_EXPORT DeviceManagementRequestJob {
TYPE_GCM_ID_UPDATE = 11,
TYPE_ANDROID_MANAGEMENT_CHECK = 12,
TYPE_CERT_BASED_REGISTRATION = 13,
+ TYPE_ACTIVE_DIRECTORY_ENROLL_PLAY_USER = 14,
+ TYPE_ACTIVE_DIRECTORY_PLAY_ACTIVITY = 15,
};
typedef base::Callback<

Powered by Google App Engine
This is Rietveld 408576698