Index: chrome/browser/tab_contents/tab_contents_view_mac.mm |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 23319) |
+++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy) |
@@ -144,6 +144,7 @@ |
void TabContentsViewMac::Focus() { |
[[cocoa_view_.get() window] makeFirstResponder:GetContentNativeView()]; |
+ [[cocoa_view_.get() window] makeKeyAndOrderFront:GetContentNativeView()]; |
} |
void TabContentsViewMac::SetInitialFocus() { |