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 d6491f1b16a82dac225b7112de2a2966b6596e86..a8cb876d285beb7fc0b6c31a37a38687f776c06f 100644 |
--- a/components/policy/core/common/policy_switches.cc |
+++ b/components/policy/core/common/policy_switches.cc |
@@ -16,8 +16,8 @@ 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. |
-const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy"; |
+// Disables fetching and storing cloud policy for components. |
+const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy"; |
#if defined(OS_ANDROID) || defined(OS_IOS) |
// Registers for cloud policy using the BROWSER client type instead of the |