| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 9366dbd51c55edb808baa8d042c4b943794ca8a2..8f058073b6854464c4f0e9f300c5ecbdf02ecdb5 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -101,10 +101,6 @@ const char kEnableTouchpadThreeFingerClick[]
|
| const char kEnableScreenshotTestingWithMode[] =
|
| "enable-screenshot-testing-with-mode";
|
|
|
| -// Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
|
| -// than the kiosk app mode.
|
| -const char kEnableKioskMode[] = "enable-kiosk-mode";
|
| -
|
| // Enables request of tablet site (via user agent override).
|
| const char kEnableRequestTabletSite[] = "enable-request-tablet-site";
|
|
|
| @@ -163,9 +159,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";
|
|
|
|
|