| 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 34b2d3af6d736800b372ec8a2bc38c63c8ac573d..4dd84fd3656c1358d5d32d31ac3aa8ce1464f77c 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -161,6 +161,7 @@ void AbortRequestBeforeItStarts(ResourceMessageFilter* filter,
|
| request_id,
|
| net::ERR_ABORTED,
|
| false,
|
| + false,
|
| std::string(), // No security info needed, connection not established.
|
| base::TimeTicks()));
|
| }
|
|
|