Index: chrome/browser/ui/browser_navigator.cc |
=================================================================== |
--- chrome/browser/ui/browser_navigator.cc (revision 98900) |
+++ chrome/browser/ui/browser_navigator.cc (working copy) |
@@ -481,6 +481,11 @@ |
if (params->source_contents != params->target_contents) |
params->browser->ActivateTabAt(singleton_index, user_initiated); |
} |
+ |
+ NotificationService::current()->Notify( |
+ content::NOTIFICATION_TAB_ADDED, |
+ Source<TabContentsDelegate>(params->browser), |
+ Details<TabContents>(params->target_contents->tab_contents())); |
} |
// Returns the index of an existing singleton tab in |params->browser| matching |