| 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 89806379f57edabee2bc20b598bbe74f865834a8..6380fb6e46f907b17cc030b1acaee35e121b760a 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.cc
|
| @@ -340,7 +340,7 @@ void WizardController::Init(OobeScreen first_screen) {
|
| SetShowMdOobe(true);
|
|
|
| // TODO(drcrash): Remove this after testing (http://crbug.com/647411).
|
| - if (IsRemoraPairingOobe() || IsSharkRequisition() || IsRemoraRequisition()) {
|
| + if (IsRemoraPairingOobe() || IsSharkRequisition()) {
|
| SetShowMdOobe(false);
|
| }
|
|
|
|
|