| Index: chrome/browser/ui/extensions/application_launch.cc
|
| diff --git a/chrome/browser/ui/extensions/application_launch.cc b/chrome/browser/ui/extensions/application_launch.cc
|
| index 0025d3515a8c521e09b9f4ca47412a6413920292..986bf75a781e34f9e7a3428af1aa14d6e4099b57 100644
|
| --- a/chrome/browser/ui/extensions/application_launch.cc
|
| +++ b/chrome/browser/ui/extensions/application_launch.cc
|
| @@ -231,9 +231,7 @@ WebContents* OpenApplicationTab(const AppLaunchParams& launch_params,
|
| Profile* const profile = launch_params.profile;
|
| WindowOpenDisposition disposition = launch_params.disposition;
|
|
|
| - Browser* browser = chrome::FindTabbedBrowser(profile,
|
| - false,
|
| - launch_params.desktop_type);
|
| + Browser* browser = chrome::FindTabbedBrowser(profile, false);
|
| WebContents* contents = NULL;
|
| if (!browser) {
|
| // No browser for this profile, need to open a new one.
|
|
|