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

Unified Diff: content/public/test/navigation_simulator.cc

Issue 2954623003: PlzNavigate: implement REUSE_COMMITTED_OR_PENDING_SITE for redirects (Closed)
Patch Set: Addressed Charlie's comments Created 3 years, 6 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index 70ba3197e4e0c81528aeec93a05d91e01fc8b591..3f36d96ed2ad9ff5bf4be9a5c8e749ac54337f5a 100644
--- a/content/public/test/navigation_simulator.cc
+++ b/content/public/test/navigation_simulator.cc
@@ -206,7 +206,7 @@ void NavigationSimulator::Redirect(const GURL& new_url) {
handle_->WillRedirectRequest(
new_url, "GET", referrer_.url, false /* is_external_protocol */,
scoped_refptr<net::HttpResponseHeaders>(),
- net::HttpResponseInfo::ConnectionInfo(),
+ net::HttpResponseInfo::ConnectionInfo(), nullptr,
base::Callback<void(NavigationThrottle::ThrottleCheckResult)>());
}
« no previous file with comments | « content/browser/renderer_host/render_process_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698