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 73ad69ba1939d33c12580e62826049f2d10da19f..968b9982474e4e6f85f5ae8aeff9f9b9694cc6ad 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; |