Index: chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
diff --git a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
index 4a4d4b0090a77269eb0da985b244fa0160160839..fd3aad3d9f2472f02a76babc94d03478a8d65a1b 100644 |
--- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
+++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc |
@@ -22,6 +22,11 @@ WizardInProcessBrowserTest::WizardInProcessBrowserTest(const char* screen_name) |
host_(NULL) { |
} |
+void WizardInProcessBrowserTest::SetUp() { |
+ WizardController::SetZeroDelays(); |
+ InProcessBrowserTest::SetUp(); |
+} |
+ |
void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
command_line->AppendSwitch(switches::kNoStartupWindow); |
command_line->AppendSwitch(switches::kLoginManager); |
@@ -29,9 +34,6 @@ void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { |
void WizardInProcessBrowserTest::SetUpOnMainThread() { |
SetUpWizard(); |
- |
- WizardController::SetZeroDelays(); |
- |
if (!screen_name_.empty()) { |
ShowLoginWizard(screen_name_, gfx::Size(1024, 600)); |
host_ = BaseLoginDisplayHost::default_host(); |