Index: chrome/browser/tab_contents/tab_contents.h |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents.h (revision 71841) |
+++ chrome/browser/tab_contents/tab_contents.h (working copy) |
@@ -1089,6 +1089,11 @@ |
virtual void OnImageLoaded(SkBitmap* image, ExtensionResource resource, |
int index); |
+ // Checks with the PrerenderManager if the specified URL has been preloaded, |
+ // and if so, swap the RenderViewHost with the preload into this TabContents |
+ // object. |
+ bool MaybeUsePreloadedPage(const GURL& url); |
+ |
// Data for core operation --------------------------------------------------- |
// Delegate for notifying our owner about stuff. Not owned by us. |