| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 471c2507febf18c34e30412f6b1b461f951cead8..e94d93236630c67eba6d6c2cf4dba90e1259dae2 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -21,6 +21,9 @@ const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url";
|
| // Forces the stub implementation of dbus clients.
|
| const char kDbusStub[] = "dbus-stub";
|
|
|
| +// Comma-spearated list of dbus clients that should be unstubbed.
|
| +const char kDbusUnstubClients[] = "dbus-unstub-clients";
|
| +
|
| // Time before a machine at OOBE is considered derelict.
|
| const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
|
|
|
|
|