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..dbcff2125ab747b268197dccf78bf8cdb876518f 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->setHasMajorCertificateErrors(info.has_major_certificate_errors); |
response->setAppCacheID(info.appcache_id); |
response->setAppCacheManifestURL(info.appcache_manifest_url); |
response->setWasCached(!info.load_timing.request_start_time.is_null() && |