| Index: components/policy/core/common/policy_switches.h
|
| diff --git a/components/policy/core/common/policy_switches.h b/components/policy/core/common/policy_switches.h
|
| index affb09c645a280243718b007f876ecdcf24af82a..b67453530894f1d9ed093e301359e354b84b8601 100644
|
| --- a/components/policy/core/common/policy_switches.h
|
| +++ b/components/policy/core/common/policy_switches.h
|
| @@ -13,7 +13,7 @@ namespace policy {
|
| namespace switches {
|
|
|
| POLICY_EXPORT extern const char kDeviceManagementUrl[];
|
| -POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
|
| +POLICY_EXPORT extern const char kDisableComponentCloudPolicy[];
|
| POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
|
|
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
|
|