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