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

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

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: 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 935014c9e4190bc088a1c6f901f430ef7c42ca1e..c4b7d11bb2552a0f69cdaf6e64bde57ff6dbc699 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -311,8 +311,8 @@ class WizardController : public BaseScreenDelegate,
// Returns false if timezone has already been resolved.
bool SetOnTimeZoneResolvedForTesting(const base::Closure& callback);
- // Returns true for pairing remora OOBE.
- bool IsHostPairingOobe() const;
+ // Returns true for bootstrapping remora OOBE.
+ bool IsBootstrappingRemoraOobe() const;
// Starts listening for an incoming shark controller connection, if we are
// running remora OOBE.

Powered by Google App Engine
This is Rietveld 408576698