| Index: third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h
|
| diff --git a/third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h b/third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h
|
| index 5d4ae4d11ff3f70422250986eb5dbabef96404f4..1a683a95bd6c899d5264a1d44672ae5f1d123ae4 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h
|
| +++ b/third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h
|
| @@ -116,6 +116,7 @@ struct StructTraits<blink::mojom::FetchAPIRequestDataView,
|
| return request.RedirectMode();
|
| }
|
|
|
| + static WTF::String integrity(const blink::WebServiceWorkerRequest&);
|
| static WTF::String client_id(const blink::WebServiceWorkerRequest&);
|
|
|
| static bool is_reload(const blink::WebServiceWorkerRequest& request) {
|
|
|