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

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: Add _MODE to avoid compile error at Windows. 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
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index 37189237207215eeb5e37638a1ffaaae8b5aaa6d..f2a679ba0d16dbb17e17aab2ebba66215125713b 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(FetchRedirectMode::FOLLOW_MODE),
enable_load_timing(false),
enable_upload_progress(false),
do_not_prompt_for_login(false),
- extra_data(NULL) {
-}
+ extra_data(NULL) {}
RequestInfo::~RequestInfo() {}
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698