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

Unified Diff: third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom

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/public/platform/modules/fetch/fetch_api_request.mojom
diff --git a/third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom b/third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom
index c10c8662c8107b341a86b88d00f1a548c25e02e9..86e7fb8132107558f8e3827bcf045e970a3eca8b 100644
--- a/third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom
+++ b/third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom
@@ -99,6 +99,7 @@ struct FetchAPIRequest {
Referrer referrer;
FetchCredentialsMode credentials_mode;
FetchRedirectMode redirect_mode;
+ string? integrity;
string? client_id;
bool is_reload;
ServiceWorkerFetchType fetch_type;

Powered by Google App Engine
This is Rietveld 408576698