| 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..d431ad2717989395f2fd5b3686cfe8eeb3051739 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -1658,9 +1658,10 @@ bool WebContentsImpl::NavigateToEntry(
|
| }
|
|
|
| // Notify observers about navigation.
|
| - FOR_EACH_OBSERVER(WebContentsObserver,
|
| - observers_,
|
| - NavigateToPendingEntry(entry.GetURL(), reload_type));
|
| + FOR_EACH_OBSERVER(
|
| + WebContentsObserver,
|
| + observers_,
|
| + DidStartNavigationToPendingEntry(entry.GetURL(), reload_type));
|
|
|
| if (delegate_)
|
| delegate_->DidNavigateToPendingEntry(this);
|
|
|