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

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

Issue 1280733002: [3/3 blink] Support redirect option of Request and "opaqueredirect" response type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Redirect1
Patch Set: add comment Created 5 years, 4 months 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: Source/core/loader/DocumentThreadableLoader.h
diff --git a/Source/core/loader/DocumentThreadableLoader.h b/Source/core/loader/DocumentThreadableLoader.h
index b5b9d9d9d53c546e69326c67511603dbf2777e1c..5e768dbe5693f4f60aa52d3bae9e232d78752da3 100644
--- a/Source/core/loader/DocumentThreadableLoader.h
+++ b/Source/core/loader/DocumentThreadableLoader.h
@@ -170,6 +170,8 @@ class CORE_EXPORT DocumentThreadableLoader final : public ThreadableLoader, priv
// But this value is not the max number of total redirects allowed,
// because same-origin redirects are not counted here.
int m_corsRedirectLimit;
+
+ const WebURLRequest::FetchRedirectMode m_redirectMode;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698