alloy: Fix FrameHandlerTest failures with BackForwardCache enabled (see issue #2421)

To test:
Run `ceftests --gtest_filter=FrameHandlerTest.OrderSub*
              --enable-features=BackForwardCache`
This commit is contained in:
Marshall Greenblatt
2021-09-15 21:40:53 +03:00
parent 7a56371b84
commit db807e804a
4 changed files with 25 additions and 2 deletions

View File

@@ -798,6 +798,7 @@ void CefBrowserHostBase::OnBeforeClose() {
handler->OnBeforeClose(this);
}
}
browser_info_->SetClosing();
}
void CefBrowserHostBase::OnBrowserDestroyed() {