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

Unified Diff: chrome/browser/chromeos/login/screens/controller_pairing_screen.cc

Issue 656503005: Replace STAGE_PAIRING_DONE with STAGE_HOST_ENROLLMENT_SUCCESS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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 | « no previous file | components/pairing/bluetooth_controller_pairing_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/controller_pairing_screen.cc
diff --git a/chrome/browser/chromeos/login/screens/controller_pairing_screen.cc b/chrome/browser/chromeos/login/screens/controller_pairing_screen.cc
index 8e2507fff6e6e849781fc234f923e9c2a1d20ce8..6ee4a1d5294534be3029af690afccb49b637ab40 100644
--- a/chrome/browser/chromeos/login/screens/controller_pairing_screen.cc
+++ b/chrome/browser/chromeos/login/screens/controller_pairing_screen.cc
@@ -113,6 +113,11 @@ void ControllerPairingScreen::PairingStageChanged(Stage new_stage) {
desired_page = kPageEnrollmentIntroduction;
break;
}
+ case ControllerPairingController::STAGE_INITIALIZATION_ERROR: {
+ // TODO(achuith, dzhioev, zork): Handle this better.
+ LOG(WARNING) << "Bluetooth initialization error";
+ break;
+ }
default:
NOTREACHED();
}
« no previous file with comments | « no previous file | components/pairing/bluetooth_controller_pairing_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698