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

Unified Diff: content/common/resource_messages.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: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index 885adb0d3a05aa80200bc74c81a80e54d379f6f0..a7d4153b2c3e2314ca00417399df76ed855e915a 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -270,6 +270,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequest)
IPC_STRUCT_TRAITS_MEMBER(fetch_request_mode)
IPC_STRUCT_TRAITS_MEMBER(fetch_credentials_mode)
IPC_STRUCT_TRAITS_MEMBER(fetch_redirect_mode)
+ IPC_STRUCT_TRAITS_MEMBER(fetch_integrity)
IPC_STRUCT_TRAITS_MEMBER(fetch_request_context_type)
IPC_STRUCT_TRAITS_MEMBER(fetch_mixed_content_context_type)
IPC_STRUCT_TRAITS_MEMBER(fetch_frame_type)
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/common/service_worker/service_worker_fetch_request_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698