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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 1887953002: Revert of [Merge to M50] Enable bootstrapping feature by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/login/startup_utils.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 4e0b82a7c029bc95d27bae0a871f300c84c71b65..aa2a6131136533f1a14b667b22cc5226931c220c 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -310,10 +310,11 @@
// Returns false if timezone has already been resolved.
bool SetOnTimeZoneResolvedForTesting(const base::Closure& callback);
- // Returns true if kHostPairingOobe perf has been set. If it's set, launch the
- // pairing remora OOBE from the beginning no matter an eligible controller is
- // detected or not.
+ // Returns true for pairing remora OOBE.
bool IsRemoraPairingOobe() const;
+
+ // Returns true for pairing slave OOBE.
+ bool IsSlavePairingOobe() const;
// Starts listening for an incoming shark controller connection, if we are
// running remora OOBE.
@@ -428,6 +429,9 @@
bool timezone_resolved_ = false;
base::Closure on_timezone_resolved_for_testing_;
+ // True if shark device initiated connection to this device.
+ bool shark_controller_detected_ = false;
+
// Listens for incoming connection from a shark controller if a regular (not
// pairing) remora OOBE is active. If connection is established, wizard
// conroller swithces to a pairing OOBE.
« no previous file with comments | « chrome/browser/chromeos/login/startup_utils.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698