| 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
|
|
|