| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index f403e4cfdb7da0e6b17559abab7c6f5c0b1115c8..c6d6e1ca791dd25ead5fbb62ebb310540f0a5320 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -15,6 +15,9 @@ const char kAppOemManifestFile[] = "app-mode-oem-manifest";
|
| // Possible values: parallel|postpone. Default: parallel.
|
| const char kAshWebUIInit[] = "ash-webui-init";
|
|
|
| +// Specifies the URL of the consumer device management backend.
|
| +const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url";
|
| +
|
| // Forces the stub implementation of dbus clients.
|
| const char kDbusStub[] = "dbus-stub";
|
|
|
|
|