| 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.
|
|
|