| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 4f9f2f733053606a83d5d92f5180221d3b1caf32..31aa728216b858358b5076510e74e8525f8691ab 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1865,7 +1865,7 @@ void ResourceDispatcherHostImpl::BeginNavigationRequest(
|
| info.common_params.url,
|
| resource_type,
|
| resource_context))) {
|
| - loader->NotifyRequestFailed(net::ERR_ABORTED);
|
| + loader->NotifyRequestFailed(false, net::ERR_ABORTED);
|
| return;
|
| }
|
|
|
|
|