| Index: third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| index 2bd74287ba086d77c2b4849aa78d0f9adaf7f9c6..ecccee8861d1a88c43e276590fb94c3ef4b433cb 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| @@ -63,6 +63,7 @@ bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, Securi
|
| bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
|
| bool passesExternalPreflightCheck(const ResourceResponse&, String& errorDescription);
|
| CORE_EXPORT void parseAccessControlExposeHeadersAllowList(const String& headerValue, HTTPHeaderSet&);
|
| +CORE_EXPORT void extractCorsExposedHeaderNamesList(const ResourceResponse&, HTTPHeaderSet&);
|
|
|
| } // namespace blink
|
|
|
|
|