Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: components/policy/core/common/policy_switches.cc

Issue 240903002: Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 682ae560438f0ab743b28971bf25379187b23c37..57846957a81e4231dc33128a9cb93eb5361f9d9d 100644
--- a/components/policy/core/common/policy_switches.cc
+++ b/components/policy/core/common/policy_switches.cc
@@ -13,9 +13,10 @@ namespace switches {
// policy which affects many users is changed.
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.
+// Specifies the URL of the consumer device management backend.
+const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url";
+
+// Specifies the URL of the enterprise device management backend.
const char kDeviceManagementUrl[] = "device-management-url";
// Enables fetching and storing cloud policy for components.

Powered by Google App Engine
This is Rietveld 408576698