Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2250)

Unified Diff: content/public/browser/notification_types.h

Issue 9030010: Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
===================================================================
--- content/public/browser/notification_types.h (revision 115777)
+++ content/public/browser/notification_types.h (working copy)
@@ -109,15 +109,14 @@
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
« no previous file with comments | « content/browser/tab_contents/tab_contents.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698