Index: chrome/browser/chromeos/login/wizard_controller.cc |
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc |
index 2fd196fd42560f8852f2830fade59e826d793070..5e7b1f75d5539e3e06292d47d02ad2afc8ebf67c 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -838,6 +838,9 @@ void WizardController::PerformOOBECompletedActions() { |
GetLocalState()->ClearPref(prefs::kTimesHIDDialogShown); |
StartupUtils::MarkOobeCompleted(); |
oobe_marked_completed_ = true; |
+ |
+ if (shark_connection_listener_.get()) |
+ shark_connection_listener_->ResetHostPairingController(); |
} |
void WizardController::SetCurrentScreen(BaseScreen* new_current) { |