| 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;
|
|
|