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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1492043002: Introduced switches for Master/Slave bootstrapping process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the unused shark requisition. Created 5 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 2586f73af9f00187c43440e739f54b3ec2a97269..74aee398817b6cc9c25006ad546e5d8f1fe6eb3f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -194,9 +194,6 @@ const char kHasChromeOSDiamondKey[] = "has-chromeos-diamond-key";
// Defines user homedir. This defaults to primary user homedir.
const char kHomedir[] = "homedir";
-// With this switch, start remora OOBE with the pairing screen.
-const char kHostPairingOobe[] = "host-pairing-oobe";
-
// If true, profile selection in UserManager will always return active user's
// profile.
// TODO(nkostlyev): http://crbug.com/364604 - Get rid of this switch after we
@@ -243,6 +240,10 @@ const char kOobeTimerInterval[] = "oobe-timer-interval";
// Indicates that a guest session has been started before OOBE completion.
const char kOobeGuestSession[] = "oobe-guest-session";
+// Indicates that if we should start remora/shark OOBE.
+const char kOobeBootstrappingRemora[] = "oobe-bootstrapping-remora";
+const char kOobeBootstrappingShark[] = "oobe-bootstrapping-shark";
+
// Specifies power stub behavior:
// 'cycle=2' - Cycles power states every 2 seconds.
// See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details.

Powered by Google App Engine
This is Rietveld 408576698