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

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: Fix unit tests 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 d43558a74eaff99c672b59a720f72ce9842bf9ad..b7e4a3b06f81f4cb13de2fe2a7ffd3a51b344fec 100644
--- a/chrome/browser/prerender/prerender_contents.h
+++ b/chrome/browser/prerender/prerender_contents.h
@@ -338,6 +338,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