| Index: content/browser/service_worker/foreign_fetch_request_handler.h
|
| diff --git a/content/browser/service_worker/foreign_fetch_request_handler.h b/content/browser/service_worker/foreign_fetch_request_handler.h
|
| index 1d176d549a26ef1f98a3a0a43f16d8425687d1fd..11986ee5cd97fa4c79f1ce4b07e5372f9cc2e33a 100644
|
| --- a/content/browser/service_worker/foreign_fetch_request_handler.h
|
| +++ b/content/browser/service_worker/foreign_fetch_request_handler.h
|
| @@ -62,6 +62,7 @@ class CONTENT_EXPORT ForeignFetchRequestHandler
|
| FetchRequestMode request_mode,
|
| FetchCredentialsMode credentials_mode,
|
| FetchRedirectMode redirect_mode,
|
| + const std::string& integrity,
|
| ResourceType resource_type,
|
| RequestContextType request_context_type,
|
| RequestContextFrameType frame_type,
|
| @@ -92,6 +93,7 @@ class CONTENT_EXPORT ForeignFetchRequestHandler
|
| FetchRequestMode request_mode,
|
| FetchCredentialsMode credentials_mode,
|
| FetchRedirectMode redirect_mode,
|
| + const std::string& integrity,
|
| ResourceType resource_type,
|
| RequestContextType request_context_type,
|
| RequestContextFrameType frame_type,
|
| @@ -126,6 +128,7 @@ class CONTENT_EXPORT ForeignFetchRequestHandler
|
| FetchRequestMode request_mode_;
|
| FetchCredentialsMode credentials_mode_;
|
| FetchRedirectMode redirect_mode_;
|
| + std::string integrity_;
|
| RequestContextType request_context_type_;
|
| RequestContextFrameType frame_type_;
|
| scoped_refptr<ResourceRequestBody> body_;
|
|
|