| 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 9b7261fff6991b1159023b43b9667e02291c3506..d6491f1b16a82dac225b7112de2a2966b6596e86 100644
|
| --- a/components/policy/core/common/policy_switches.cc
|
| +++ b/components/policy/core/common/policy_switches.cc
|
| @@ -16,8 +16,7 @@ const char kCloudPolicyInvalidationDelay[] = "cloud-policy-invalidation-delay";
|
| // Disables pushing cloud policy to Chrome using an invalidation service.
|
| const char kDisableCloudPolicyPush[] = "disable-cloud-policy-push";
|
|
|
| -// Enables fetching and storing cloud policy for components. This currently
|
| -// supports policy for extensions on Chrome OS.
|
| +// Enables fetching and storing cloud policy for components.
|
| const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy";
|
|
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
|
|