diff options
author | davidyu@chromium.org <davidyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 06:48:30 +0000 |
---|---|---|
committer | davidyu@chromium.org <davidyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-28 06:48:30 +0000 |
commit | 22a97ba1592ba653d0838bb882287d36885a2bdd (patch) | |
tree | ea27d2b92ce23e7d9f41e612abb3388c8c79a77c /components | |
parent | c8d3a7c3ffceed7c7878b959335a06bac5d0ce7b (diff) | |
download | chromium_src-22a97ba1592ba653d0838bb882287d36885a2bdd.zip chromium_src-22a97ba1592ba653d0838bb882287d36885a2bdd.tar.gz chromium_src-22a97ba1592ba653d0838bb882287d36885a2bdd.tar.bz2 |
Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS.
Expose kServiceInitializationStartupDelay in ChromeBrowserPolicyConnector.
Extract DeviceManagementServiceConfiguration to its own files.
Add a command line flag to override the consumer DM server address for
testing.
Fix a comment in policy_switches as it no longer applies.
BUG=353050
TEST=manual
Review URL: https://codereview.chromium.org/240903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266449 0039d316-1c4b-4281-b951-d872f2087c98
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. |