Chromium Code Reviews| Index: Source/core/fetch/CrossOriginAccessControl.h |
| diff --git a/Source/core/fetch/CrossOriginAccessControl.h b/Source/core/fetch/CrossOriginAccessControl.h |
| index 450c342253f38f973a310707154d51168955f776..2f3df11cb0e1a2b61b374d79d2ce0a08da6b0bae 100644 |
| --- a/Source/core/fetch/CrossOriginAccessControl.h |
| +++ b/Source/core/fetch/CrossOriginAccessControl.h |
| @@ -56,6 +56,7 @@ ResourceRequest createAccessControlPreflightRequest(const ResourceRequest&, Secu |
| bool passesAccessControlCheck(const ResourceResponse&, StoredCredentials, SecurityOrigin*, String& errorDescription); |
| bool passesPreflightStatusCheck(const ResourceResponse&, String& errorDescription); |
| void parseAccessControlExposeHeadersAllowList(const String& headerValue, HTTPHeaderSet&); |
| +bool checkCrossOriginAccessRedirectionUrl(const KURL&, String& errorDescription); |
|
abarth-chromium
2014/01/31 23:42:40
Url -> URL
Rather than using the verb "check", it
sof
2014/02/04 22:01:50
CrossOriginAccessControl::isLegalRedirectLocation(
|
| } // namespace WebCore |