| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| index 706b5a89d6c10e84d13635b16179862e54d045cb..aa3e4d13f8753b41e9fca84cba415f39ce669f5a 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -123,6 +123,7 @@ struct CONTENT_EXPORT ServiceWorkerFetchRequest {
|
| Referrer referrer;
|
| FetchCredentialsMode credentials_mode;
|
| FetchRedirectMode redirect_mode;
|
| + std::string integrity;
|
| std::string client_id;
|
| bool is_reload;
|
| ServiceWorkerFetchType fetch_type;
|
|
|