| 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 d9eeca105e384e72e1f9bf865887f416954e8ada..e80f946cb3e722d087a8bad2a5c9f8a8e9bb4dab 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -1087,6 +1087,8 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url,
|
| info.cors_exposed_header_names.end(), cors_exposed_header_names.begin(),
|
| [](const std::string& h) { return blink::WebString::fromLatin1(h); });
|
| response->setCorsExposedHeaderNames(cors_exposed_header_names);
|
| + response->setDidServiceWorkerNavigationPreload(
|
| + info.did_service_worker_navigation_preload);
|
| response->setEncodedDataLength(info.encoded_data_length);
|
|
|
| SetSecurityStyleAndDetails(url, info, response, report_security_info);
|
|
|