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 a3f10c418d8177e3322f1f98eade3478c753b917..c986d176089cbfd5288b00df9f3c546a2adb33e5 100644 |
--- a/content/common/service_worker/service_worker_types.h |
+++ b/content/common/service_worker/service_worker_types.h |
@@ -164,6 +164,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; |