| Index: content/browser/web_contents/aura/overscroll_navigation_overlay.cc
 | 
| diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay.cc b/content/browser/web_contents/aura/overscroll_navigation_overlay.cc
 | 
| index a96b0d27ed66cd46912ebc7d55fdee0feb5e9f9c..c0c4a41a09bd5d71e102296e40d713ed2eae7a08 100644
 | 
| --- a/content/browser/web_contents/aura/overscroll_navigation_overlay.cc
 | 
| +++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.cc
 | 
| @@ -304,7 +304,7 @@ void OverscrollNavigationOverlay::DidFirstVisuallyNonEmptyPaint() {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -void OverscrollNavigationOverlay::DidStopLoading(RenderViewHost* host) {
 | 
| +void OverscrollNavigationOverlay::DidStopLoading() {
 | 
|    // Don't compare URLs in this case - it's possible they won't match if
 | 
|    // a gesture-nav initiated navigation was interrupted by some other in-site
 | 
|    // navigation ((e.g., from a script, or from a bookmark).
 | 
| 
 |