| 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 0b1f7c6d9c38cfc5bed0dd6d1148eb84827c7220..70fdb5e01806e51953624ac74e1e75797928df4a 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -655,6 +655,10 @@ void RenderViewHostImpl::FirePageBeforeUnload(bool for_cross_site_transition) {
|
| }
|
| }
|
|
|
| +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.
|
|
|