DescriptionFix browser crash due to bookmark bubble view losing activation while getting shown.
As mentioned in the comment:
|bubble_| can be set to NULL in InfoBubbleClosing when we close the bubble
asynchronously. However, that can happen during the Show call above if the
window loses activation while we are getting to ready to show the bubble,
so we must check to make sure we still have a valid bubble before
proceeding.
BUG=59524
TEST=I tried creating a UI test for this, but wasn't able to reproduce the crash with
a test.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71028
Patch Set 1 #
Created: 9 years, 11 months ago
Messages
Total messages: 2 (0 generated)
|