DescriptionMacViews: Fixed BrowserViewTest.CloseWithTabsStartWithActive.
Fixed the DCHECK failure in NativeViewHostMac::AttachNativeView.
NatiweWidgetMac::CloseNow() destroys |bridge_| object immidiately,
but DestroyBrowserWebContents and NativeViewHostMac assumed that all view
classes is alive.
Call DestroyBrowserWebContents() earlier and unify it with aura,
by moving it to BrowserView::OnWidgetDestroying.
BUG=
Committed: https://crrev.com/0a1c7e074d0d7171c1692a9e70239999ffc5b1fd
Cr-Commit-Position: refs/heads/master@{#397346}
Patch Set 1 #
Total comments: 5
Patch Set 2 : Removed handler from BrowserFrameAsh. Nits. #
Total comments: 4
Patch Set 3 : Remove DestroyBrowserWebContents. #Messages
Total messages: 19 (6 generated)
|