summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 12:40:10 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 12:40:10 +0000
commit0d60f0199b8be7f6597aae7796de8f1c4b2534bb (patch)
treec516b91b2141bed811365653898b40867dbd18aa /content/common
parentfab807ebcfcc992559b4197ba7264bed611f2eb0 (diff)
downloadchromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.zip
chromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.tar.gz
chromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.tar.bz2
Use TabContentsObserver to monitor web navigation events instead of notifications
BUG=none TEST=WebNavigation* browser tests Review URL: http://codereview.chromium.org/6822048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/notification_type.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 3ec43b5..8a0dff9 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -101,30 +101,6 @@ class NotificationType {
// are optional.
LOAD_STOP,
- // A frame is staring a provisional load. The source is a
- // Source<NavigationController> corresponding to the tab in which the load
- // occurs. Details is a ProvisionalLoadDetails object.
- FRAME_PROVISIONAL_LOAD_START,
-
- // The provisional load for a frame was committed. The source is a
- // NavigationController corresponding to the tab in which the load occurred.
- // Details is a ProvisionalLoadDetails object. In contrast to
- // NAV_ENTRY_COMMITTED, this notification is sent when the load was
- // committed, even if no navigation entry was committed (such as
- // AUTO_SUBFRAME navigations).
- FRAME_PROVISIONAL_LOAD_COMMITTED,
-
- // The DOM for a frame was fully constructed, but referenced resources
- // might not be fully loaded yet. The source is a
- // Source<NavigationController> corresponding to the tab in which the load
- // occurred. Details are the int64 frame ID.
- FRAME_DOM_CONTENT_LOADED,
-
- // The frame finished loading. The source is a Source<NavigationController>
- // corresponding to the tab in which the load occurred. Details are the
- // int64 frame ID.
- FRAME_DID_FINISH_LOAD,
-
// Content was loaded from an in-memory cache. The source will be a
// Source<NavigationController> corresponding to the tab in which the load
// occurred. Details in the form of a LoadFromMemoryCacheDetails object