| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 295f673b8eeb703eee51c8a13d7c1f6fa3bceb4f..ac0e50c5bdb0e918d9bfd7996eb0370da067d93a 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -21,6 +21,10 @@ 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.
|
| +// See chromeos/dbus/dbus_client_bundle.cc for the names of the dbus clients.
|
| +const char kDbusUnstubClients[] = "dbus-unstub-clients";
|
| +
|
| // Time before a machine at OOBE is considered derelict.
|
| const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
|
|
|
|
|