| 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 e998f9f1ef6fb26c388fc07e860058b0e4259e83..1284143f2843246cab00bfc944bc6f15933a0b64 100644
|
| --- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
|
| +++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
|
| @@ -36,7 +36,7 @@ void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) {
|
| void WizardInProcessBrowserTest::SetUpOnMainThread() {
|
| SetUpWizard();
|
| if (!screen_name_.empty()) {
|
| - ShowLoginWizard(screen_name_, gfx::Size(1024, 600));
|
| + ShowLoginWizard(screen_name_);
|
| host_ = LoginDisplayHostImpl::default_host();
|
| }
|
| }
|
|
|