Chromium Code Reviews| 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..4ad0a7516b52d2701ec79c4c29cc051d288342f1 100644 |
| --- a/components/policy/core/common/policy_switches.cc |
| +++ b/components/policy/core/common/policy_switches.cc |
| @@ -16,9 +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. This currently |
| -// supports policy for extensions on Chrome OS. |
| -const char kEnableComponentCloudPolicy[] = "enable-component-cloud-policy"; |
| +// Disables fetching and storing cloud policy for components. |
| +const char kDisableComponentCloudPolicy[] = "enable-component-cloud-policy"; |
|
bartfab (slow)
2013/11/25 15:05:50
s/enable/disable/
Joao da Silva
2013/11/25 16:44:11
lolwat done
bartfab (slow)
2013/11/25 16:46:33
Nit: s/lolwat/lolwut/
|
| #if defined(OS_ANDROID) || defined(OS_IOS) |
| // Registers for cloud policy using the BROWSER client type instead of the |