| 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 7c84d90115c6c44238406085dd555faa36e63c6c..4802886938a4dc9816d57cf2cbdd3b68a40deca7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2868,16 +2868,6 @@ void WebContentsImpl::NotifyChangedNavigationState(
|
| NotifyNavigationStateChanged(changed_flags);
|
| }
|
|
|
| -void WebContentsImpl::AboutToNavigateRenderFrame(
|
| - RenderFrameHostImpl* old_host,
|
| - RenderFrameHostImpl* new_host) {
|
| - // Notify observers that we will navigate in this RenderFrame.
|
| - FOR_EACH_OBSERVER(
|
| - WebContentsObserver,
|
| - observers_,
|
| - AboutToNavigateRenderFrame(old_host, new_host));
|
| -}
|
| -
|
| void WebContentsImpl::DidStartNavigationToPendingEntry(
|
| const GURL& url,
|
| NavigationController::ReloadType reload_type) {
|
|
|