| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index d890e64f44973d7163083f85db7c569be1b2f0f6..90e4de3815895910f0db1c9d41d0b4cf0672f708 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -811,6 +811,10 @@ FrameTree* InterstitialPageImpl::GetFrameTree() {
|
|
|
| void InterstitialPageImpl::Disable() {
|
| enabled_ = false;
|
| +
|
| + // Also let the InterstitialPageNavigatorImpl know.
|
| + static_cast<InterstitialPageNavigatorImpl*>(frame_tree_->root()->navigator())
|
| + ->Disable();
|
| }
|
|
|
| void InterstitialPageImpl::Shutdown() {
|
|
|