| Index: chrome/browser/ui/browser_init.cc
|
| diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc
|
| index 25053b70b7a4596d6bdeaab1793ad1b60243a46b..b519e5927e7bbd100cfa3cdfd435ecb79e28eb31 100644
|
| --- a/chrome/browser/ui/browser_init.cc
|
| +++ b/chrome/browser/ui/browser_init.cc
|
| @@ -1037,7 +1037,7 @@ Browser* BrowserInit::LaunchWithProfile::OpenTabsInBrowser(
|
| if (!browser || !browser->is_type_tabbed()) {
|
| browser = Browser::Create(profile_);
|
| } else {
|
| -#if defined(TOOLKIT_GTK)
|
| +#if defined(TOOLKIT_GTK) && !defined(USE_AURA)
|
| // Setting the time of the last action on the window here allows us to steal
|
| // focus, which is what the user wants when opening a new tab in an existing
|
| // browser window.
|
|
|