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

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

Issue 2600983003: ChromeOS MD-OOBE: Add HID detection screen. (Closed)
Patch Set: Revert to #4 Created 3 years, 11 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 3e572c9e2db2e9a3f0245691db37bf9b378c78a6..589f10b2b41fc1fde866194d6ea1d068a297b9f8 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -608,8 +608,6 @@ void WizardController::ShowSupervisedUserCreationScreen() {
void WizardController::ShowHIDDetectionScreen() {
VLOG(1) << "Showing HID discovery screen.";
- // TODO(drcrash): Remove this after testing (http://crbug.com/647411).
- SetShowMdOobe(false); // Disable the MD OOBE from there on.
xiyuan 2017/01/05 00:09:06 We should check with drcrash@ to make sure this do
Alexander Alekseev 2017/01/05 02:01:16 http://crbug.com/647411 is saying about missing HI
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