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

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

Issue 8583001: For the MatchComplete PPLT change in prerendering, (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
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_contents.h
===================================================================
--- chrome/browser/prerender/prerender_contents.h (revision 110332)
+++ chrome/browser/prerender/prerender_contents.h (working copy)
@@ -154,6 +154,9 @@
// remembered.
virtual bool AddAliasURL(const GURL& url);
+ // Adds all alias URLs from another prerender.
+ void AddAliasURLsFromOtherPrerenderContents(PrerenderContents* other_pc);
cbentzel 2011/11/16 21:28:56 Nit: Could be a const PrerenderContents& in this c
+
// The preview TabContents (may be null).
TabContentsWrapper* prerender_contents() const {
return prerender_contents_.get();
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698