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

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

Issue 9623018: Prerendered pages are swapped in at browser::Navigate time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
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 156bcc50385bca227948ca30dac80613e5621078..2ae6dd934b24088e00383e5d8fe1b251927d76da 100644
--- a/chrome/browser/prerender/prerender_tab_helper.h
+++ b/chrome/browser/prerender/prerender_tab_helper.h
@@ -47,12 +47,6 @@ class PrerenderTabHelper : public content::WebContentsObserver {
// Retrieves the PrerenderManager, or NULL, if none was found.
PrerenderManager* MaybeGetPrerenderManager() const;
- // Checks with the PrerenderManager if the specified URL has been preloaded,
- // and if so, swap the RenderViewHost with the preload into this TabContents
- // object. |opener_url| denotes the window.opener url that is set for this
- // tab and is empty if there is no opener set.
- bool MaybeUsePrerenderedPage(const GURL& url, const GURL& opener_url);
-
// Returns whether the TabContents being observed is currently prerendering.
bool IsPrerendering();

Powered by Google App Engine
This is Rietveld 408576698