Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: third_party/WebKit/Source/platform/mojo/FetchAPIRequestStructTraits.h

Issue 2941883003: [ServiceWorker] Fetch event should return integrity value (Closed)
Patch Set: Address yhirano's comment #78 Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698