summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-17 17:16:24 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-17 17:16:24 +0000
commitf072d2ce55ac96dda187eb2240f56bbfaa93fb4b (patch)
treefcf3b529a350948fed02fb79068d7b86f314f1b0 /chrome/common
parent3b95b86342778c3a18b70158280332c0601516c9 (diff)
downloadchromium_src-f072d2ce55ac96dda187eb2240f56bbfaa93fb4b.zip
chromium_src-f072d2ce55ac96dda187eb2240f56bbfaa93fb4b.tar.gz
chromium_src-f072d2ce55ac96dda187eb2240f56bbfaa93fb4b.tar.bz2
Delete the provisional load commit notification since it duplicates the nav entry committed notification.
I had to add some more stuff to the nav entry committed structure which now looks suspiciously like the provisional load details structure. I'll see how I can improve this in a future pass. I used the new NotificationRegistrar to automatically unregister for notifications in the SSL manager, which reduces some code. Review URL: http://codereview.chromium.org/3095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h
index e55630a..e2a0352 100644
--- a/chrome/common/notification_types.h
+++ b/chrome/common/notification_types.h
@@ -96,12 +96,6 @@ enum NotificationType {
// LoadFromMemoryCacheDetails object are provided.
NOTIFY_LOAD_FROM_MEMORY_CACHE,
- // A provisional content load has committed. The source will be a
- // Source<NavigationController> corresponding to the tab in which the load
- // occurred. Details in the form of a ProvisionalLoadDetails object are
- // provided.
- NOTIFY_FRAME_PROVISIONAL_LOAD_COMMITTED,
-
// A provisional content load has failed with an error. The source will be a
// Source<NavigationController> corresponding to the tab
// in which the load occurred. Details in the form of a