diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-26 19:06:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-26 19:06:17 +0000 |
commit | 768c547ef7c680bcfcf2616bf6e833849aea6db1 (patch) | |
tree | 6264e6274a36648ac8b5af51d2d02fc38dff5b2c /content/public | |
parent | c95c0219b5d1ea69f824c9b98d63919cba7ccd10 (diff) | |
download | chromium_src-768c547ef7c680bcfcf2616bf6e833849aea6db1.zip chromium_src-768c547ef7c680bcfcf2616bf6e833849aea6db1.tar.gz chromium_src-768c547ef7c680bcfcf2616bf6e833849aea6db1.tar.bz2 |
Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents().
BUG=98716
TBR=joi
Review URL: http://codereview.chromium.org/9030010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/browser/notification_types.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h index 912f2603..bfa3d38 100644 --- a/content/public/browser/notification_types.h +++ b/content/public/browser/notification_types.h @@ -109,15 +109,14 @@ enum NotificationType { NOTIFICATION_FAIL_PROVISIONAL_LOAD_WITH_ERROR, // A response has been received for a resource request. The source will be - // a Source<RenderViewHostDelegate> corresponding to the tab in which the - // request was issued. Details in the form of a ResourceRequestDetails - // object are provided. + // a Source<WebContents> corresponding to the tab in which the request was + // issued. Details in the form of a ResourceRequestDetails object are + // provided. NOTIFICATION_RESOURCE_RESPONSE_STARTED, // A redirect was received while requesting a resource. The source will be - // a Source<RenderViewHostDelegate> corresponding to the tab in which the - // request was issued. Details in the form of a ResourceRedirectDetails - // are provided. + // a Source<WebContents> corresponding to the tab in which the request was + // issued. Details in the form of a ResourceRedirectDetails are provided. NOTIFICATION_RESOURCE_RECEIVED_REDIRECT, // A new window was requested but was not created. The source will be a |