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

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

Issue 2471533005: Preserve custom headers when following cross-origin redirects. (Closed)
Patch Set: Rebase 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..75bd28f28e3d6a72b8db4113cd72b8aeef8ba739 100644
--- a/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
+++ b/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
@@ -219,8 +219,8 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader,
ResourceRequest m_actualRequest;
ResourceLoaderOptions m_actualOptions;
- // stores simple request headers in case of a cross-origin redirect.
- HTTPHeaderMap m_simpleRequestHeaders;
+ // stores request headers in case of a cross-origin redirect.
+ HTTPHeaderMap m_requestHeaders;
Timer<DocumentThreadableLoader> m_timeoutTimer;
double

Powered by Google App Engine
This is Rietveld 408576698