Fix MessageListView crash on update during close.
MessageListView crashes when a notification is updated during the UnifiedSystemTray is closing. Like other views::Widget methods, SynthesizeMouseMoveEvent() should not be called during the widget is closing. See the bug for the asan trace. TEST=manual BUG=894070 Change-Id: I9ffba0f73260542ebf21b2aef572af1f68e5c40b Reviewed-on: https://chromium-review.googlesource.com/c/1276225 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#598768}
Showing
Please register or sign in to comment