From 299dabdd2178ac3126282ac854da86b6cd84be02 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 19 Nov 2008 02:27:16 +0000 Subject: Land this change again now I've fixed the crash. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5669 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/notification_types.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome/common') diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h index 05160bb..53e0954 100644 --- a/chrome/common/notification_types.h +++ b/chrome/common/notification_types.h @@ -200,6 +200,16 @@ enum NotificationType { // No details are expected. NOTIFY_WEB_CONTENTS_DISCONNECTED, + // This message is sent when a new message is added to a WebContents. The + // source is a Source with a pointer to the WebContents the + // message was added to. + NOTIFY_WEB_CONTENTS_MESSAGE_ADDED, + + // This message is sent when a message is removed from a WebContents. The + // source is a Source with a pointer to the WebContents the + // message was removed from. + NOTIFY_WEB_CONTENTS_MESSAGE_REMOVED, + // This is sent when an externally hosted tab is created. The details contain // the ExternalTabContainer that contains the tab NOTIFY_EXTERNAL_TAB_CREATED, -- cgit v1.1