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

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

Issue 2843723004: Chrome OS: turn on MD-OOBE for CfM devices. (Closed)
Patch Set: Update. Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698