Update to Chromium version 133.0.6886.0 (#1393452)

This commit is contained in:
Marshall Greenblatt
2024-12-09 12:58:46 -05:00
parent 5fcb2d36e5
commit 7dd2398be2
81 changed files with 634 additions and 722 deletions

View File

@@ -187,6 +187,13 @@ void ChromeBrowserFrame::Activate() {
}
void ChromeBrowserFrame::OnNativeWidgetDestroyed() {
// Remove the listener registration added in BrowserView::InitBrowser().
if (browser_view()) {
if (auto focus_manager = browser_view()->GetFocusManager()) {
focus_manager->RemoveFocusChangeListener(browser_view());
}
}
window_view_ = nullptr;
SetBrowserView(nullptr);
BrowserFrame::OnNativeWidgetDestroyed();