| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 396bc92757208fe44210aa0c503a73a474fcbacf..816ff9f1810ee9d1c0e1160274a9bf4eb9792642 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1692,7 +1692,7 @@ void Browser::ReloadInternal(WindowOpenDisposition disposition,
|
| // Also notify RenderViewHostDelegate of the user gesture; this is
|
| // normally done in Browser::Navigate, but a reload bypasses Navigate.
|
| WebContents* tab = GetOrCloneTabForDisposition(disposition);
|
| - tab->GetRenderViewHost()->delegate()->OnUserGesture();
|
| + tab->GetRenderViewHost()->GetDelegate()->OnUserGesture();
|
| if (!tab->FocusLocationBarByDefault())
|
| tab->Focus();
|
| if (ignore_cache)
|
|
|