| Index: chrome/browser/ui/apps/chrome_app_delegate.cc
|
| diff --git a/chrome/browser/ui/apps/chrome_app_delegate.cc b/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| index aebb117481eb0cef93839a2c1dacea5a9db7cf0d..018119d94917c93a9e625301c2e4dcbd32c46a9a 100644
|
| --- a/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| +++ b/chrome/browser/ui/apps/chrome_app_delegate.cc
|
| @@ -252,7 +252,7 @@ void ChromeAppDelegate::AddNewContents(content::BrowserContext* context,
|
| return;
|
| }
|
| chrome::ScopedTabbedBrowserDisplayer displayer(
|
| - Profile::FromBrowserContext(context), chrome::GetActiveDesktop());
|
| + Profile::FromBrowserContext(context));
|
| // Force all links to open in a new tab, even if they were trying to open a
|
| // new window.
|
| disposition =
|
|
|