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

Unified Diff: chrome/browser/prerender/prerender_tab_helper.h

Issue 10107002: TabContents -> WebContentsImpl, part 18. (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 | « chrome/browser/prerender/prerender_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_tab_helper.h
diff --git a/chrome/browser/prerender/prerender_tab_helper.h b/chrome/browser/prerender/prerender_tab_helper.h
index 16318308814e80bae61757da4827e6fe377e97d0..86c7a5f1e2a3bf391d7495dc84f853d20c80f626 100644
--- a/chrome/browser/prerender/prerender_tab_helper.h
+++ b/chrome/browser/prerender/prerender_tab_helper.h
@@ -35,7 +35,7 @@ class PrerenderTabHelper : public content::WebContentsObserver {
bool is_error_page,
content::RenderViewHost* render_view_host) OVERRIDE;
- // Called when this prerendered TabContents has just been swapped in.
+ // Called when this prerendered WebContents has just been swapped in.
void PrerenderSwappedIn();
void UpdateTargetURL(int32 page_id, const GURL& url);
@@ -47,7 +47,7 @@ class PrerenderTabHelper : public content::WebContentsObserver {
// Retrieves the PrerenderManager, or NULL, if none was found.
PrerenderManager* MaybeGetPrerenderManager() const;
- // Returns whether the TabContents being observed is currently prerendering.
+ // Returns whether the WebContents being observed is currently prerendering.
bool IsPrerendering();
// Records histogram information for the current hover, based on whether
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698