| Index: content/child/web_url_loader_impl.cc
|
| diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
|
| index bea6020f19d78d147d0c97f897c55cc09122adeb..6321d8dee6f0fb8e564190d786c6807157d01e4c 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -887,6 +887,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url,
|
| response->setTextEncodingName(WebString::fromUTF8(info.charset));
|
| response->setExpectedContentLength(info.content_length);
|
| response->setSecurityInfo(info.security_info);
|
| + response->setHasCertificateErrors(info.has_certificate_errors);
|
| response->setAppCacheID(info.appcache_id);
|
| response->setAppCacheManifestURL(info.appcache_manifest_url);
|
| response->setWasCached(!info.load_timing.request_start_time.is_null() &&
|
|
|