Index: chrome/common/notification_type.h |
=================================================================== |
--- chrome/common/notification_type.h (revision 26154) |
+++ chrome/common/notification_type.h (working copy) |
@@ -231,6 +231,10 @@ |
// Tabs -------------------------------------------------------------------- |
+ // Sent when a tab is added to a TabContentsDelegate. The source is the |
+ // TabContentsDelegate and the details is the TabContents. |
+ TAB_ADDED, |
+ |
// This notification is sent after a tab has been appended to the |
// tab_strip. The source is a Source<NavigationController> with a pointer |
// to controller for the added tab. There are no details. |