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

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

Issue 2651293004: cros: Disable md oobe by default in m57. (Closed)
Patch Set: 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
« 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 b4ad845ac1a7ee377fa3d7d3c13933c61d43d93c..cbc4ded3fdf8935e4f63ac1f2a68fd4e74457479 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -339,6 +339,9 @@ void WizardController::Init(OobeScreen first_screen) {
GetLocalState()->GetBoolean(prefs::kOobeMdMode))
SetShowMdOobe(true);
+ // Disable md oobe by default in m57.
+ SetShowMdOobe(false);
+
// TODO(drcrash): Remove this after testing (http://crbug.com/647411).
if (IsRemoraPairingOobe() || IsSharkRequisition() || IsRemoraRequisition()) {
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