| Index: content/browser/loader/navigation_resource_throttle.cc
|
| diff --git a/content/browser/loader/navigation_resource_throttle.cc b/content/browser/loader/navigation_resource_throttle.cc
|
| index dcdceaea91c8e47c1c9e03dcf01e229181bba9f2..da4fd0c6ad60290c4b826dff9b92bd6028912aaa 100644
|
| --- a/content/browser/loader/navigation_resource_throttle.cc
|
| +++ b/content/browser/loader/navigation_resource_throttle.cc
|
| @@ -135,7 +135,7 @@ void CheckWillRedirectRequestOnUIThread(
|
| ->FilterURL(false, &new_validated_url);
|
| navigation_handle->WillRedirectRequest(
|
| new_validated_url, new_method, new_referrer_url, new_is_external_protocol,
|
| - headers, connection_info,
|
| + headers, connection_info, nullptr,
|
| base::Bind(&SendCheckResultToIOThread, callback));
|
| }
|
|
|
|
|