| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 2f7909aa9f906ebdb243e26e6322a4379a535aad..8cb946b72e67559d579a05d14e4bfc144ee14f72 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -1632,10 +1632,6 @@ void RenderFrameHostImpl::OnBeforeUnloadACK(
|
| unload_ack_is_for_navigation_, proceed,
|
| before_unload_end_time);
|
| }
|
| -
|
| - // If canceled, notify the delegate to cancel its pending navigation entry.
|
| - if (!proceed)
|
| - render_view_host_->GetDelegate()->DidCancelLoading();
|
| }
|
|
|
| bool RenderFrameHostImpl::IsWaitingForUnloadACK() const {
|
|
|