| Index: chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm b/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm
|
| index c816c69ad42dca859ceae4f1ce94210cca074db6..7a8b977e34b941111e6d624b3b6bbf89547da242 100644
|
| --- a/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm
|
| @@ -37,7 +37,7 @@ ChromeToMobileBubbleNotificationBridge::ChromeToMobileBubbleNotificationBridge(
|
| selector_(selector) {
|
| registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
|
| content::NotificationService::AllSources());
|
| - registrar_.Add(this, content::NOTIFICATION_TAB_CLOSED,
|
| + registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
|
| content::NotificationService::AllSources());
|
| }
|
|
|
|
|