| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 99122cc4da51a73ed1ffbe83e0fb397b30bc4736..c9736fff5a0c19a1ef7ec117a53203697ab6f989 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -938,7 +938,7 @@ void Browser::UpdateUIForNavigationInTab(WebContents* contents,
|
| ScheduleUIUpdate(contents, content::INVALIDATE_TYPE_URL);
|
|
|
| if (contents_is_selected)
|
| - contents->GetView()->Focus();
|
| + contents->GetView()->SetInitialFocus();
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|