Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h

Issue 2421093003: Allow redirects for requests that require preflight. (Closed)
Patch Set: Fix failing test Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
diff --git a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
index 293ed14ef4852fc878b4d1133d293e0ef0b47cdc..52c4f424e4d4ca44d75522cfc61eef4cb8b8a391 100644
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
@@ -199,8 +199,6 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
// True while the initial URL and all the URLs of the redirects this object
// has followed, if any, are same-origin to getSecurityOrigin().
bool m_sameOriginRequest;
- // Set to true if the current request is cross-origin and not simple.
- bool m_crossOriginNonSimpleRequest;
// Set to true when the response data is given to a data consumer handle.
bool m_isUsingDataConsumerHandle;

Powered by Google App Engine
This is Rietveld 408576698