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. |