| 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 1477805cb222b2f8a8f1df0537e7379790f82c18..2bd74287ba086d77c2b4849aa78d0f9adaf7f9c6 100644
|
| --- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| +++ b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.h
|
| @@ -61,6 +61,7 @@ CORE_EXPORT ResourceRequest createAccessControlPreflightRequest(const ResourceRe
|
|
|
| bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription, WebURLRequest::RequestContext requestType);
|
| bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription);
|
| +bool passesExternalPreflightCheck(const ResourceResponse&, String& errorDescription);
|
| CORE_EXPORT void parseAccessControlExposeHeadersAllowList(const String& headerValue, HTTPHeaderSet&);
|
|
|
| } // namespace blink
|
|
|