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

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

Issue 1958393002: Reset BluetoothHostPairingController in an earlier stage for normal user login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 6578efd8f1114a9ebb01e32f97566814bc82ae9d..791b0acfe2c493c511dff73db8fcfb54e49655f6 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -846,6 +846,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) {
« no previous file with comments | « no previous file | components/pairing/bluetooth_host_pairing_controller.h » ('j') | components/pairing/shark_connection_listener.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698