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

Unified Diff: content/child/request_info.cc

Issue 1271733002: [2/3 chromium] Support redirect option of Request and "opaqueredirect" response type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 37189237207215eeb5e37638a1ffaaae8b5aaa6d..8985e90ad259d551d5bf7a47e6d3ccb002aae525 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -22,11 +22,11 @@ RequestInfo::RequestInfo()
should_reset_appcache(false),
fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
fetch_credentials_mode(FETCH_CREDENTIALS_MODE_OMIT),
+ fetch_redirect_mode(FETCH_REDIRECT_MODE_FOLLOW),
enable_load_timing(false),
enable_upload_progress(false),
do_not_prompt_for_login(false),
- extra_data(NULL) {
-}
+ extra_data(NULL) {}
RequestInfo::~RequestInfo() {}

Powered by Google App Engine
This is Rietveld 408576698