Index: third_party/WebKit/Source/core/loader/PingLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
index 13531aa8c38327159c84e7053cef941667c71614..fb51825362d4d8b59ce923d6357f84e215598334 100644 |
--- a/third_party/WebKit/Source/core/loader/PingLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp |
@@ -309,6 +309,8 @@ void PingLoaderImpl::willFollowRedirect(WebURLLoader*, WebURLRequest& passedNewR |
String errorDescription; |
ResourceLoaderOptions options; |
+ // TODO(tyoshino): Save updated data in options.securityOrigin and pass it |
+ // on the next time. |
if (!CrossOriginAccessControl::handleRedirect(m_origin.get(), newRequest, redirectResponse, AllowStoredCredentials, options, errorDescription)) { |
if (LocalFrame* localFrame = frame()) { |
if (localFrame->document()) |