| Index: components/policy/core/common/policy_switches.cc
|
| diff --git a/components/policy/core/common/policy_switches.cc b/components/policy/core/common/policy_switches.cc
|
| index c9682f62761e3c272104997825f90e5e4c9e1e7a..be6a8569d4ccbdaa9883963bec87a08385fb3ee7 100644
|
| --- a/components/policy/core/common/policy_switches.cc
|
| +++ b/components/policy/core/common/policy_switches.cc
|
| @@ -19,5 +19,9 @@ const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy";
|
| // produce verification signatures.
|
| const char kDisablePolicyKeyVerification[] = "disable-policy-key-verification";
|
|
|
| +// Always treat user as affiliated.
|
| +// TODO(antrim): Remove once test servers correctly produce affiliation ids.
|
| +const char kUserAlwaysAffiliated[] = "user-always-affiliated";
|
| +
|
| } // namespace switches
|
| } // namespace policy
|
|
|