Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 739ca064cef7a4b14c388f130df581d16f93ebab..0cbac1f89daec249971a34d9cc1bce3db5d20a38 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"; |
|
bartfab (slow)
2014/12/02 21:25:27
Nit: This belongs into a separate CL.
rkc
2014/12/04 19:50:07
Removed.
Done.
|
| + |
| // Time before a machine at OOBE is considered derelict. |
| const char kDerelictDetectionTimeout[] = "derelict-detection-timeout"; |
| @@ -178,9 +181,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"; |