| 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 ea22f5c3e723508a6ac2448ee160eb3f0b6303dc..07e03321d0aded4f1ae02501a122a42fb6fbeedf 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -163,6 +163,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;
|
|
|