DescriptionFix crash occurring during infobar dismissal at BVC deletion.
Calling the InfoBarContainerIOS destructor leads to the removal of infobars via
|InfoBarContainerIOS::PlatformSpecificRemoveInfoBar|, which leads to the BVC
wanting to change the InfoBarContainerIOS's height (in |infoBarContainerStateChanged|)
This leads to a crash because the InfoBarContainerIOS is in the process of
being deleted.
This CL makes the flow abort early.
BUG=448093
Committed: https://crrev.com/695932863ee381ddcb55a61eae9e5f0623df9138
Cr-Commit-Position: refs/heads/master@{#322432}
Patch Set 1 #Patch Set 2 : v2 #Messages
Total messages: 8 (3 generated)
|