| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 8391241364b515380e932862cd1a8a726e0c518b..77f566246bba6935f84640148424c08119634c4d 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -248,8 +248,11 @@ void NavigatorImpl::DidFailProvisionalLoadWithError(
|
| render_frame_host->navigation_handle());
|
| }
|
|
|
| - if (delegate_)
|
| - delegate_->DidFailProvisionalLoadWithError(render_frame_host, params);
|
| + if (delegate_) {
|
| + delegate_->DidFailProvisionalLoadWithError(
|
| + render_frame_host, validated_url, params.error_code,
|
| + params.error_description, params.was_ignored_by_handler);
|
| + }
|
| }
|
|
|
| void NavigatorImpl::DidFailLoadWithError(
|
|
|