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

Unified Diff: chrome/browser/prerender/prerender_resource_handler_unittest.cc

Issue 6171007: For prerendering, keep track of all the intermediate redirects, and hook into... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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_resource_handler_unittest.cc
===================================================================
--- chrome/browser/prerender/prerender_resource_handler_unittest.cc (revision 71356)
+++ chrome/browser/prerender/prerender_resource_handler_unittest.cc (working copy)
@@ -100,7 +100,7 @@
pre_handler_->set_get_current_time_function(&FixedGetCurrentTime);
}
- void SetLastHandledURL(const GURL& url) {
+ void SetLastHandledURL(const GURL& url, const std::vector<GURL>& alias_url) {
cbentzel 2011/01/14 02:01:13 I recommend copying alias_urls into a member varia
tburkard 2011/01/18 22:29:18 Done.
last_handled_url_ = url;
}
@@ -211,4 +211,3 @@
}
}
-

Powered by Google App Engine
This is Rietveld 408576698