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

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

Issue 8540025: Prerendering: Add MatchComplete PPLT (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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_manager.h
===================================================================
--- chrome/browser/prerender/prerender_manager.h (revision 109733)
+++ chrome/browser/prerender/prerender_manager.h (working copy)
@@ -128,7 +128,8 @@
// Moves a PrerenderContents to the pending delete list from the list of
// active prerenders when prerendering should be cancelled.
- void MoveEntryToPendingDelete(PrerenderContents* entry);
+ void MoveEntryToPendingDelete(PrerenderContents* entry,
+ FinalStatus final_status);
// Records the perceived page load time for a page - effectively the time from
// when the user navigates to a page to when it finishes loading. The actual
@@ -152,6 +153,7 @@
static PrerenderManagerMode GetMode();
static void SetMode(PrerenderManagerMode mode);
static bool IsPrerenderingPossible();
+ static bool ActuallyPrerendering();
static bool IsControlGroup();
// Query the list of current prerender pages to see if the given tab contents

Powered by Google App Engine
This is Rietveld 408576698