| Index: chrome/browser/ui/app_list/start_page_service.cc
|
| diff --git a/chrome/browser/ui/app_list/start_page_service.cc b/chrome/browser/ui/app_list/start_page_service.cc
|
| index 68e9a07509222c3fb7aea2d69aaa916c8069a551..a5a71b42d68096fb5139f782aaaaf244701ef800 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.cc
|
| +++ b/chrome/browser/ui/app_list/start_page_service.cc
|
| @@ -180,8 +180,7 @@ class StartPageService::StartPageWebContentsDelegate
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture,
|
| bool* was_blocked) override {
|
| - chrome::ScopedTabbedBrowserDisplayer displayer(
|
| - profile_, chrome::GetActiveDesktop());
|
| + chrome::ScopedTabbedBrowserDisplayer displayer(profile_);
|
| // Force all links to open in a new tab, even if they were trying to open a
|
| // new window.
|
| disposition =
|
|
|