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

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

Issue 10540078: TabContentsWrapper -> TabContents, part 23. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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') | chrome/browser/prerender/prerender_tab_helper.cc » ('j') | 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 c9748af8ca91538bc68d53f388b1fd7074d6709b..5557933a27538d99b5ffcf049971a061cc538d44 100644
--- a/chrome/browser/prerender/prerender_tab_helper.h
+++ b/chrome/browser/prerender/prerender_tab_helper.h
@@ -13,7 +13,6 @@
#include "googleurl/src/gurl.h"
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace prerender {
@@ -24,7 +23,7 @@ class PrerenderManager;
class PrerenderTabHelper : public content::NotificationObserver,
public content::WebContentsObserver {
public:
- explicit PrerenderTabHelper(TabContentsWrapper* tab);
+ explicit PrerenderTabHelper(TabContents* tab);
virtual ~PrerenderTabHelper();
// content::WebContentsObserver implementation.
@@ -68,8 +67,8 @@ class PrerenderTabHelper : public content::NotificationObserver,
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // TabContentsWrapper we're created for.
- TabContentsWrapper* tab_;
+ // TabContents we're created for.
+ TabContents* tab_;
// System time at which the current load was started for the purpose of
// the perceived page load time (PPLT).
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | chrome/browser/prerender/prerender_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698