| 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)>());
|
| }
|
|
|
|
|