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

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

Issue 2600983003: ChromeOS MD-OOBE: Add HID detection screen. (Closed)
Patch Set: Fix build Created 4 years 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 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

Powered by Google App Engine
This is Rietveld 408576698