Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
| diff --git a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
| index 770adfbaec7bc43c267620da96679197477ca667..3f7502eb476bc344f56658b771f3e5873a7b0fa4 100644 |
| --- a/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
| +++ b/third_party/WebKit/Source/core/fetch/CrossOriginAccessControl.cpp |
| @@ -66,7 +66,6 @@ void updateRequestForAccessControl(ResourceRequest& request, SecurityOrigin* sec |
| { |
| request.removeCredentials(); |
| request.setAllowStoredCredentials(allowCredentials == AllowStoredCredentials); |
| - request.setFetchCredentialsMode(allowCredentials == AllowStoredCredentials ? WebURLRequest::FetchCredentialsModeInclude : WebURLRequest::FetchCredentialsModeOmit); |
|
tyoshino (SeeGerritForStatus)
2015/12/07 10:28:30
This method is used by DocumentThreadableLoader, t
horo
2015/12/08 05:49:28
Changed DocumentThreadableLoader::makeCrossOriginA
|
| if (securityOrigin) |
| request.setHTTPOrigin(securityOrigin); |