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

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

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months 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/public/browser/render_view_host.h ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host_delegate.h
diff --git a/content/public/browser/render_view_host_delegate.h b/content/public/browser/render_view_host_delegate.h
index dd36549a70e620ba75cb6c89ae3ed33b53b0a462..61f2329b694b60a5cb203e31cdb52c2da1b97e53 100644
--- a/content/public/browser/render_view_host_delegate.h
+++ b/content/public/browser/render_view_host_delegate.h
@@ -62,7 +62,7 @@ struct RendererPreferences;
// of the RenderViewHost.
//
// This interface currently encompasses every type of message that was
-// previously being sent by TabContents itself. Some of these notifications
+// previously being sent by WebContents itself. Some of these notifications
// may not be relevant to all users of RenderViewHost and we should consider
// exposing a more generic Send function on RenderViewHost and a response
// listener here to serve that need.
@@ -158,8 +158,8 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
};
// RendererManagerment -------------------------------------------------------
- // Functions for managing switching of Renderers. For TabContents, this is
- // implemented by the RenderViewHostManager
+ // Functions for managing switching of Renderers. For WebContents, this is
+ // implemented by the RenderViewHostManager.
class CONTENT_EXPORT RendererManagement {
public:
@@ -198,8 +198,8 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
// Gets the URL that is currently being displayed, if there is one.
virtual const GURL& GetURL() const;
- // Return this object cast to a TabContents, if it is one. If the object is
- // not a TabContents, returns NULL. DEPRECATED: Be sure to include brettw or
+ // Return this object cast to a WebContents, if it is one. If the object is
+ // not a WebContents, returns NULL. DEPRECATED: Be sure to include brettw or
// jam as reviewers before you use this method. http://crbug.com/82582
virtual content::WebContents* GetAsWebContents();
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698