| 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 be6a8569d4ccbdaa9883963bec87a08385fb3ee7..7bea73e2fe90a652c18ef23cd114ed9d5ab314e7 100644
|
| --- a/components/policy/core/common/policy_switches.cc
|
| +++ b/components/policy/core/common/policy_switches.cc
|
| @@ -14,11 +14,6 @@ const char kDeviceManagementUrl[] = "device-management-url";
|
| // Disables fetching and storing cloud policy for components.
|
| const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy";
|
|
|
| -// Disables the verification of policy signing keys.
|
| -// TODO(atwilson): Remove this once all test servers have been updated to
|
| -// 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";
|
|
|