Index: chrome/browser/chromeos/login/base_login_display_host.cc |
=================================================================== |
--- chrome/browser/chromeos/login/base_login_display_host.cc (revision 95884) |
+++ chrome/browser/chromeos/login/base_login_display_host.cc (working copy) |
@@ -144,7 +144,7 @@ |
// is done before new controller creation. |
wizard_controller_.reset(); |
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAllowWebUIOobe)) { |
+ if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kWebUILogin)) { |
wizard_controller_.reset(CreateWizardController()); |
} else { |
// Force views based implementation. |