| 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 f949256b9c87667c26ebfbc0cc80e505e495afdc..d0d92d26941849887d4df0724f2f882cbb40977d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -2411,6 +2411,10 @@ void RenderFrameHostImpl::ResetLoadingState() {
|
| }
|
| }
|
|
|
| +void RenderFrameHostImpl::SuppressDialogsUntilSwapOut() {
|
| + Send(new FrameMsg_SuppressDialogsUntilSwapOut(GetRoutingID()));
|
| +}
|
| +
|
| bool RenderFrameHostImpl::IsSameSiteInstance(
|
| RenderFrameHostImpl* other_render_frame_host) {
|
| // As a sanity check, make sure the frame belongs to the same BrowserContext.
|
|
|