| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 2c447e7210742820596735eaa2069a8d7f7b118e..e08a386b44c299b25aa065788bbd378ed8990a1b 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -24,6 +24,12 @@ const char kDbusStub[] = "dbus-stub";
|
| // All stub networks are idle by default.
|
| const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle";
|
|
|
| +// Time before a machine at OOBE is considered derelict
|
| +const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
|
| +
|
| +// Time before a derelict machines starts demo mode.
|
| +const char kDerelictIdleTimeout[] = "derelict-idle-timeout";
|
| +
|
| // Disables wallpaper boot animation (except of OOBE case).
|
| const char kDisableBootAnimation[] = "disable-boot-animation";
|
|
|
|
|