| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm (revision 116331)
|
| +++ chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller.mm (working copy)
|
| @@ -43,7 +43,7 @@
|
| : controller_(controller), selector_(selector) {
|
| // registrar_ will automatically RemoveAll() when destroyed so we
|
| // don't need to do so explicitly.
|
| - registrar_.Add(this, content::NOTIFICATION_TAB_CONTENTS_CONNECTED,
|
| + registrar_.Add(this, content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
|
| content::NotificationService::AllSources());
|
| registrar_.Add(this, content::NOTIFICATION_TAB_CLOSED,
|
| content::NotificationService::AllSources());
|
|
|