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

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

Issue 2299893002: ChromeOS: Enable Material Design OOBE by default. (Closed)
Patch Set: Update after review. Created 4 years, 3 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 | chromeos/chromeos_switches.h » ('j') | 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 5b4a3c475fe62a91ba7bdbdb42abe6eeaf4eb8fd..a0d982ab94a2db8a23ac8a3450a3e266225eac28 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -185,8 +185,8 @@ void InitializeCrashReporter() {
#endif
bool UseMDOobe() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- chromeos::switches::kEnableMdOobe);
+ return !base::CommandLine::ForCurrentProcess()->HasSwitch(
+ chromeos::switches::kDisableMdOobe);
}
} // namespace
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698