| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| index 63128735572643cd8e1c98aa4ff01e21c4699dc2..aa9d224b20e41bfea1253fb8599084f102ae47cd 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -561,8 +561,7 @@ void StartupBrowserCreatorImpl::ProcessLaunchURLs(
|
| AddStartupURLs(&adjusted_urls);
|
| } else if (!command_line_.HasSwitch(switches::kOpenInNewWindow)) {
|
| // Always open a list of urls in a window on the native desktop.
|
| - browser = chrome::FindTabbedBrowser(profile_, false,
|
| - chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| + browser = chrome::FindTabbedBrowser(profile_, false);
|
| }
|
| // This will launch a browser; prevent session restore.
|
| StartupBrowserCreator::in_synchronous_profile_launch_ = true;
|
|
|