| Index: content/child/request_info.h
|
| diff --git a/content/child/request_info.h b/content/child/request_info.h
|
| index 142997e9fedeffe31efbdf2c11edea3e569d98ee..b1bb524a05df4337e435f961cccbe5d7b4031863 100644
|
| --- a/content/child/request_info.h
|
| +++ b/content/child/request_info.h
|
| @@ -82,6 +82,9 @@ struct CONTENT_EXPORT RequestInfo {
|
| // The request mode passed to the ServiceWorker.
|
| FetchRequestMode fetch_request_mode;
|
|
|
| + // The credentials mode passed to the ServiceWorker.
|
| + FetchCredentialsMode fetch_credentials_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;
|
|
|