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

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

Issue 6625066: Add pending preloads indexed by routing id. Start preloading once we navigate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fetch/merge Created 9 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_contents.h
diff --git a/chrome/browser/prerender/prerender_contents.h b/chrome/browser/prerender/prerender_contents.h
index 0a7765839c3dde8731e6e67206b790a61aa33464..0781bd221ace13be26ae492b7aad2826e0cf3bf2 100644
--- a/chrome/browser/prerender/prerender_contents.h
+++ b/chrome/browser/prerender/prerender_contents.h
@@ -84,6 +84,9 @@ class PrerenderContents : public RenderViewHostDelegate,
bool has_stopped_loading() const { return has_stopped_loading_; }
bool prerendering_has_started() const { return prerendering_has_started_; }
+ virtual bool child_id(int* child_id) const;
cbentzel 2011/03/21 19:46:04 Since these are not simple getters, should probabl
dominich 2011/03/21 20:25:51 Done.
+ virtual bool route_id(int* route_id) const;
+
// Set the final status for how the PrerenderContents was used. This
// should only be called once, and should be called before the prerender
// contents are destroyed.

Powered by Google App Engine
This is Rietveld 408576698