Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 05c685391a67e294fe153da8b23a69902b0ded00..b49fd256667548b9868b0176dc804c020b221bed 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1660,7 +1660,7 @@ bool WebContentsImpl::NavigateToEntry( |
// Notify observers about navigation. |
FOR_EACH_OBSERVER(WebContentsObserver, |
observers_, |
- NavigateToPendingEntry(entry.GetURL(), reload_type)); |
+ DidCreatePendingEntry(entry.GetURL(), reload_type)); |
if (delegate_) |
delegate_->DidNavigateToPendingEntry(this); |