Index: components/policy/core/common/cloud/cloud_policy_constants.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_constants.h b/components/policy/core/common/cloud/cloud_policy_constants.h |
index a1732754e673784a3cdd4b79a380f128c7f96c57..e1a9134ee3a09be1eb5413266a2f3a21abb9b86d 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_constants.h |
+++ b/components/policy/core/common/cloud/cloud_policy_constants.h |
@@ -65,16 +65,6 @@ POLICY_EXPORT extern const char kChromePolicyHeader[]; |
POLICY_EXPORT std::string GetPolicyVerificationKey(); |
POLICY_EXPORT extern const char kPolicyVerificationKeyHash[]; |
-// TODO(peletskyi): Remove this enum after affiliation code is moved |
-// to components/user_manager. |
-// Describes the affiliation of a user w.r.t. the device owner. |
-enum UserAffiliation { |
- // User is on the same domain the device was registered with. |
- USER_AFFILIATION_MANAGED, |
- // No affiliation between device and user. |
- USER_AFFILIATION_NONE, |
-}; |
- |
// Status codes for communication errors with the device management service. |
// This enum is used to define the buckets for an enumerated UMA histogram. |
// Hence, |