Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: chromeos/chromeos_switches.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698