Index: chrome/browser/ui/browser.cc |
=================================================================== |
--- chrome/browser/ui/browser.cc (revision 138434) |
+++ chrome/browser/ui/browser.cc (working copy) |
@@ -5061,7 +5061,7 @@ |
// 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()->GetDelegate()->OnUserGesture(); |
+ tab->UserGestureDone(); |
if (!tab->FocusLocationBarByDefault()) |
tab->Focus(); |
if (ignore_cache) |