diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-18 03:48:01 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-18 03:48:01 +0000 |
commit | 276ae6d3b89a1b521f54277669e73ed8e548fdb1 (patch) | |
tree | 2e81baca1aed143c3781409e2cd00aaab6608625 /chrome/common | |
parent | 4c561633e8eab426db0f94f3f03543e94c57ff77 (diff) | |
download | chromium_src-276ae6d3b89a1b521f54277669e73ed8e548fdb1.zip chromium_src-276ae6d3b89a1b521f54277669e73ed8e548fdb1.tar.gz chromium_src-276ae6d3b89a1b521f54277669e73ed8e548fdb1.tar.bz2 |
Revert change 5596 because it broke the build
Review URL: http://codereview.chromium.org/11439
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_types.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h index 53e0954..05160bb 100644 --- a/chrome/common/notification_types.h +++ b/chrome/common/notification_types.h @@ -200,16 +200,6 @@ 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<WebContents> 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<WebContents> 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, |