Index: chrome/browser/profiles/profile_window.cc |
diff --git a/chrome/browser/profiles/profile_window.cc b/chrome/browser/profiles/profile_window.cc |
index 9b85dffd5033d81ddf137be9bae70682cdd37f88..4bb0f38bdb3e261bed828822522d9630dcd7dff0 100644 |
--- a/chrome/browser/profiles/profile_window.cc |
+++ b/chrome/browser/profiles/profile_window.cc |
@@ -262,10 +262,9 @@ void FindOrCreateNewWindowForProfile( |
content::RecordAction(UserMetricsAction("NewWindow")); |
base::CommandLine command_line(base::CommandLine::NO_PROGRAM); |
- int return_code; |
StartupBrowserCreator browser_creator; |
- browser_creator.LaunchBrowser(command_line, profile, base::FilePath(), |
- process_startup, is_first_run, &return_code); |
+ browser_creator.LaunchBrowser( |
+ command_line, profile, base::FilePath(), process_startup, is_first_run); |
#endif // defined(OS_IOS) |
} |