| 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 7a13a828ab98c692dd2ef81743faed2bc8c9e591..b09058e5300cf998755bffa800838a89ef661610 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -1271,6 +1271,9 @@ void RenderFrameHostImpl::SwapOut(
|
| replication_state));
|
| }
|
|
|
| + if (web_ui())
|
| + web_ui()->RenderFrameHostSwappingOut();
|
| +
|
| // TODO(nasko): If the frame is not live, the RFH should just be deleted by
|
| // simulating the receipt of swap out ack.
|
| is_waiting_for_swapout_ack_ = true;
|
|
|