| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 26a8d20087602dfb9700e8725a8e2d3988506208..384b1d3d409cdb44f1f981a1584fc0e6dc3f4353 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";
|
|
|
|
|