Index: chrome/browser/prerender/prerender_contents.h |
=================================================================== |
--- chrome/browser/prerender/prerender_contents.h (revision 86075) |
+++ chrome/browser/prerender/prerender_contents.h (working copy) |
@@ -323,6 +323,8 @@ |
bool has_stopped_loading_; |
+ // This must be the same value as the PrerenderTracker has recorded for |
+ // |this|, when |this| has a RenderView. |
FinalStatus final_status_; |
bool prerendering_has_started_; |
@@ -343,6 +345,10 @@ |
scoped_ptr<TabContentsDelegateImpl> tab_contents_delegate_; |
+ // These are -1 before a RenderView is created. |
+ int child_id_; |
+ int route_id_; |
+ |
DISALLOW_COPY_AND_ASSIGN(PrerenderContents); |
}; |