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

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 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 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";

Powered by Google App Engine
This is Rietveld 408576698