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

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

Issue 2954623003: PlzNavigate: implement REUSE_COMMITTED_OR_PENDING_SITE for redirects (Closed)
Patch Set: 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
Index: content/public/test/navigation_simulator.cc
diff --git a/content/public/test/navigation_simulator.cc b/content/public/test/navigation_simulator.cc
index 8a7db8a99d33c39e803184db1be28d1c1889e196..892bb4e71a2eeb54ac7cc31edb22f7791b601791 100644
--- a/content/public/test/navigation_simulator.cc
+++ b/content/public/test/navigation_simulator.cc
@@ -207,7 +207,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)>());
}

Powered by Google App Engine
This is Rietveld 408576698