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

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

Issue 10829090: Removing prerender dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_tab_helper.h ('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.cc
diff --git a/chrome/browser/prerender/prerender_tab_helper.cc b/chrome/browser/prerender/prerender_tab_helper.cc
index 3ae2a33b95a2053d9279b95e6b5fcc8d5b25793d..df65e83b6b3b2c7fba89edbdea01356727ad47f6 100644
--- a/chrome/browser/prerender/prerender_tab_helper.cc
+++ b/chrome/browser/prerender/prerender_tab_helper.cc
@@ -131,8 +131,7 @@ class PrerenderTabHelper::PixelStats {
};
PrerenderTabHelper::PrerenderTabHelper(TabContents* tab)
- : content::WebContentsObserver(tab->web_contents()),
- tab_(tab) {
+ : content::WebContentsObserver(tab->web_contents()) {
}
PrerenderTabHelper::~PrerenderTabHelper() {
« no previous file with comments | « chrome/browser/prerender/prerender_tab_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698