| Index: chrome/browser/ui/browser_commands.cc
|
| diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
|
| index f023344046ac33c2b8aea4bdbc03e27859de053d..c093b835858748bd87ebc6296b082998e383659d 100644
|
| --- a/chrome/browser/ui/browser_commands.cc
|
| +++ b/chrome/browser/ui/browser_commands.cc
|
| @@ -168,7 +168,7 @@ void ReloadInternal(Browser* browser,
|
| WebContents* web_contents = GetOrCloneTabForDisposition(browser, disposition);
|
| web_contents->UserGestureDone();
|
| if (!web_contents->FocusLocationBarByDefault())
|
| - web_contents->Focus();
|
| + web_contents->GetView()->Focus();
|
| if (ignore_cache)
|
| web_contents->GetController().ReloadIgnoringCache(true);
|
| else
|
|
|