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

Unified Diff: components/policy/core/common/policy_types.h

Issue 2486813002: Add DeviceADPolicyManager to provide AD policy. (Closed)
Patch Set: Address Bernhard's comments Created 4 years, 1 month 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/policy_types.h
diff --git a/components/policy/core/common/policy_types.h b/components/policy/core/common/policy_types.h
index c4588f5bafb86f45fa29eee54a35973cb6db2391..7595f8697c551816af312d21ca4ce2d9b95db2e6 100644
--- a/components/policy/core/common/policy_types.h
+++ b/components/policy/core/common/policy_types.h
@@ -39,6 +39,9 @@ enum PolicySource {
// The policy was set by a cloud source.
POLICY_SOURCE_CLOUD,
+ // The policy was set by an Active Directory source.
+ POLICY_SOURCE_ACTIVE_DIRECTORY,
+
// Any non-platform policy was overridden because we are running in a
// public session.
POLICY_SOURCE_PUBLIC_SESSION_OVERRIDE,

Powered by Google App Engine
This is Rietveld 408576698