diff options
Diffstat (limited to 'chrome/browser/views/tab_contents/tab_contents_view_win.cc')
-rw-r--r-- | chrome/browser/views/tab_contents/tab_contents_view_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tab_contents/tab_contents_view_win.cc b/chrome/browser/views/tab_contents/tab_contents_view_win.cc index 0592cc2..9086d49 100644 --- a/chrome/browser/views/tab_contents/tab_contents_view_win.cc +++ b/chrome/browser/views/tab_contents/tab_contents_view_win.cc @@ -202,7 +202,7 @@ void TabContentsViewWin::Focus() { void TabContentsViewWin::SetInitialFocus() { if (tab_contents()->FocusLocationBarByDefault()) - tab_contents()->SetFocusToLocationBar(); + tab_contents()->SetFocusToLocationBar(false); else Focus(); } |