| Index: chrome/browser/ui/cocoa/info_bubble_window.mm
|
| diff --git a/chrome/browser/ui/cocoa/info_bubble_window.mm b/chrome/browser/ui/cocoa/info_bubble_window.mm
|
| index d4bff5d45190efbf3a0aea9cc8eb5ba57c9c39e5..4c33cac25633f86abae8139cff8393a54e3a101c 100644
|
| --- a/chrome/browser/ui/cocoa/info_bubble_window.mm
|
| +++ b/chrome/browser/ui/cocoa/info_bubble_window.mm
|
| @@ -185,8 +185,10 @@ class AppNotificationBridge : public content::NotificationObserver {
|
| // Called by InfoBubbleWindowCloser when the window is to be really closed
|
| // after the fading animation is complete.
|
| - (void)finishCloseAfterAnimation {
|
| - if (closing_)
|
| + if (closing_) {
|
| + [[self parentWindow] removeChildWindow:self];
|
| [super close];
|
| + }
|
| }
|
|
|
| // Adds animation for info bubbles being ordered to the front.
|
|
|