| 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 d8fb06d74d4336f2a137ee10e1cd83923b25b259..f9ea1cbb7eb11ecd00e63fee0beb0efe227f0674 100644
|
| --- a/components/policy/core/common/policy_switches.h
|
| +++ b/components/policy/core/common/policy_switches.h
|
| @@ -14,6 +14,7 @@ namespace switches {
|
|
|
| POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
|
| POLICY_EXPORT extern const char kDisableCloudPolicyPush[];
|
| +POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
|
|
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| POLICY_EXPORT extern const char kFakeCloudPolicyType[];
|
|
|