| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| ===================================================================
|
| --- chrome/browser/ui/startup/startup_browser_creator_impl.cc (revision 148382)
|
| +++ chrome/browser/ui/startup/startup_browser_creator_impl.cc (working copy)
|
| @@ -712,7 +712,7 @@
|
| 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
|
|
|