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 3e572c9e2db2e9a3f0245691db37bf9b378c78a6..ef83d1936c0a832dc247aaabb625dde1c3dc7ac9 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.cc |
+++ b/chrome/browser/chromeos/login/wizard_controller.cc |
@@ -609,7 +609,6 @@ void WizardController::ShowSupervisedUserCreationScreen() { |
void WizardController::ShowHIDDetectionScreen() { |
VLOG(1) << "Showing HID discovery screen."; |
// TODO(drcrash): Remove this after testing (http://crbug.com/647411). |
stevenjb
2016/12/28 20:47:03
Remove TODO?
Alexander Alekseev
2016/12/28 22:56:22
Done.
|
- SetShowMdOobe(false); // Disable the MD OOBE from there on. |
SetStatusAreaVisible(true); |
SetCurrentScreen(GetScreen(kHIDDetectionScreenName)); |
// In HID detection screen, puts the Bluetooth in discoverable mode and waits |