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

Unified Diff: content/child/request_info.h

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
Index: content/child/request_info.h
diff --git a/content/child/request_info.h b/content/child/request_info.h
index feb34375fab8993baca32862cc165b6d996dc1b5..5ad91bbcdec70b22c399f846fa6b52053986c6e6 100644
--- a/content/child/request_info.h
+++ b/content/child/request_info.h
@@ -89,6 +89,9 @@ struct CONTENT_EXPORT RequestInfo {
// The credentials mode passed to the ServiceWorker.
FetchCredentialsMode fetch_credentials_mode;
+ // The redirect mode used in Fetch API.
+ FetchRedirectMode fetch_redirect_mode;
+
// TODO(mmenke): Investigate if enable_load_timing is safe to remove.
// True if load timing data should be collected for the request.
bool enable_load_timing;
« no previous file with comments | « content/browser/service_worker/service_worker_write_to_cache_job_unittest.cc ('k') | content/child/request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698