Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: content/public/common/resource_response_info.h

Issue 1965013002: Implement headers attributes in ForeignFetchResponse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using instead of typedef Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/public/common/resource_response.cc ('k') | content/renderer/cache_storage/cache_storage_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698