Chromium Code Reviews| 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. |
|
satorux1
2014/08/11 01:52:09
maybe add a reference like:
// See chromeos/dbus/
zel
2014/08/12 17:32:32
Done.
|
| +const char kDbusUnstubClients[] = "dbus-unstub-clients"; |
| + |
| // Time before a machine at OOBE is considered derelict. |
| const char kDerelictDetectionTimeout[] = "derelict-detection-timeout"; |