| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 036c90e5cb4f464bc44bae91e88b577a369366d4..8e7c2ddb5121936335c05b05edd785dce2178c9e 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -25,6 +25,9 @@ const char kDbusStub[] = "dbus-stub";
|
| // See chromeos/dbus/dbus_client_bundle.cc for the names of the dbus clients.
|
| const char kDbusUnstubClients[] = "dbus-unstub-clients";
|
|
|
| +// Provides the app path for the demo mode app.
|
| +const char kDemoModeAppPath[] = "demo-mode-app-path";
|
| +
|
| // Time before a machine at OOBE is considered derelict.
|
| const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
|
|
|
| @@ -181,9 +184,6 @@ const char kHostPairingOobe[] = "host-pairing-oobe";
|
| const char kIgnoreUserProfileMappingForTests[] =
|
| "ignore-user-profile-mapping-for-tests";
|
|
|
| -// Path for the screensaver used in Kiosk mode
|
| -const char kKioskModeScreensaverPath[] = "kiosk-mode-screensaver-path";
|
| -
|
| // Enables Chrome-as-a-login-manager behavior.
|
| const char kLoginManager[] = "login-manager";
|
|
|
|
|