Index: chrome/browser/ui/browser_init.cc |
=================================================================== |
--- chrome/browser/ui/browser_init.cc (revision 110386) |
+++ chrome/browser/ui/browser_init.cc (working copy) |
@@ -1051,7 +1051,7 @@ |
if (!browser || !browser->is_type_tabbed()) { |
browser = Browser::Create(profile_); |
} else { |
-#if defined(TOOLKIT_GTK) && !defined(USE_AURA) |
+#if defined(TOOLKIT_GTK) |
// 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. |