| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index aaa467c4f19b06a3cae18abc8fad2c2a090332fc..44b4d8c3b35a3ec9084f5264a52a95b36225bcc1 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -671,6 +671,10 @@ void RenderViewHostImpl::OnCrossSiteResponse(
|
| }
|
| }
|
|
|
| +void RenderViewHostImpl::SuppressDialogsUntilSwapOut() {
|
| + Send(new ViewMsg_SuppressDialogsUntilSwapOut(GetRoutingID()));
|
| +}
|
| +
|
| void RenderViewHostImpl::SwapOut() {
|
| // This will be set back to false in OnSwapOutACK, just before we replace
|
| // this RVH with the pending RVH.
|
|
|