summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/startup/startup_browser_creator_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/startup/startup_browser_creator_impl.cc')
-rw-r--r--chrome/browser/ui/startup/startup_browser_creator_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index 916346e..b9e04d4 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -712,7 +712,7 @@ Browser* StartupBrowserCreatorImpl::OpenTabsInBrowser(Browser* browser,
profile_ = browser->profile();
if (!browser || !browser->is_type_tabbed()) {
- browser = Browser::Create(profile_);
+ browser = new Browser(Browser::CreateParams(profile_));
} else {
#if defined(TOOLKIT_GTK)
// Setting the time of the last action on the window here allows us to steal