diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/policy/core/common/policy_switches.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/policy/core/common/policy_switches.cc b/components/policy/core/common/policy_switches.cc index 682ae56..ed3a0c6 100644 --- a/components/policy/core/common/policy_switches.cc +++ b/components/policy/core/common/policy_switches.cc @@ -14,8 +14,7 @@ namespace switches { const char kCloudPolicyInvalidationDelay[] = "cloud-policy-invalidation-delay"; // Specifies the URL at which to fetch configuration policy from the device -// management backend. Specifying this switch turns on managed policy from the -// device management backend. +// management backend. const char kDeviceManagementUrl[] = "device-management-url"; // Enables fetching and storing cloud policy for components. |