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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 11 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 43026f440350832288595b6d57812c1e1ea9e9d7..c6ba9e18b6a79e1480403a6f7df0943bd17c9d2b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -117,6 +117,11 @@ const char kChromeFrame[] = "chrome-frame";
// this version cannot be loaded, Chrome will exit.
const char kChromeVersion[] = "chrome-version";
+// Specifies the URL at which to fetch cloud policy. Specifying this switch
+// turns on managed policy from the cloud policy backend.
+// Replaces kDeviceManagementUrl.
+const char kCloudPolicyUrl[] = "cloud-policy-url";
+
// The unique id to be used for this cloud print proxy instance.
const char kCloudPrintProxyId[] = "cloud-print-proxy-id";
@@ -148,6 +153,7 @@ const char kDebugPrint[] = "debug-print";
// 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.
+// Deprecated in favor of kCloudPolicyUrl (with different wire format!).
const char kDeviceManagementUrl[] = "device-management-url";
// Triggers a pletora of diagnostic modes.

Powered by Google App Engine
This is Rietveld 408576698