| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 23152)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -276,6 +276,13 @@
|
| // InfoBarDelegate interface for the InfoBar that was removed.
|
| TAB_CONTENTS_INFOBAR_REMOVED,
|
|
|
| + // This message is sent when an InfoBar is replacing another infobar in a
|
| + // TabContents. The source is a Source<TabContents> with a pointer to the
|
| + // TabContents the InfoBar was removed from. The details is a
|
| + // Details<std::pair<InfoBarDelegate*, InfoBarDelegate*> > with a pointer
|
| + // to the old and new InfoBarDelegates, respectively.
|
| + TAB_CONTENTS_INFOBAR_REPLACED,
|
| +
|
| // This is sent when an externally hosted tab is created. The details
|
| // contain the ExternalTabContainer that contains the tab
|
| EXTERNAL_TAB_CREATED,
|
|
|
| Property changes on: chrome\common\notification_type.h
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/common/notification_type.h:r22711
|
|
|
|
|