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

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

Issue 9416031: Prerendered pages are swapped in at browser::Navigate time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Limit to origin process Created 8 years, 10 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 d65a60b6fec3510334bca32ecb97dd8c95f5655e..19adc9a00f35190c9e75a258ac023e5e51a4eefc 100644
--- a/chrome/browser/prerender/prerender_contents.h
+++ b/chrome/browser/prerender/prerender_contents.h
@@ -330,6 +330,9 @@ class PrerenderContents : public content::NotificationObserver,
// List of all pages the prerendered page has tried to prerender.
PendingPrerenderList pending_prerender_list_;
+ // The process that created the child id.
+ int creator_child_id_;
+
DISALLOW_COPY_AND_ASSIGN(PrerenderContents);
};

Powered by Google App Engine
This is Rietveld 408576698