| Index: content/public/common/resource_response_info.h
|
| diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
|
| index ba38d544b7bc58c3256a310e12b916609fefbd5e..9c004aaf098ada170f38e87d44ca0707ce00c871 100644
|
| --- a/content/public/common/resource_response_info.h
|
| +++ b/content/public/common/resource_response_info.h
|
| @@ -157,6 +157,10 @@ struct ResourceResponseInfo {
|
| // validation status. Only present if the renderer process set
|
| // report_raw_headers to true.
|
| net::SignedCertificateTimestampAndStatusList signed_certificate_timestamps;
|
| +
|
| + // In case this is a CORS response fetched by a ServiceWorker, this is the
|
| + // set of headers that should be exposed.
|
| + std::vector<std::string> cors_exposed_header_names;
|
| };
|
|
|
| } // namespace content
|
|
|