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

Unified Diff: content/common/resource_messages.h

Issue 1847383003: CREDENTIAL: Rework the integration with Fetch (2/2) Base URL: https://chromium.googlesource.com/chromium/src.git@pass-serialized
Patch Set: unittest Created 4 years, 9 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 7c191dcf469cb092a8d696ab0ed8ab4b1627e5de..ac009e1430a8591f48d2b7b03ca7249875e34d18 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -250,6 +250,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>,
request_body)
+ // True if the |request_body| should not be exposed to service workers.
+ IPC_STRUCT_MEMBER(bool, empty_body_in_service_worker)
+
IPC_STRUCT_MEMBER(bool, download_to_file)
// True if the request was user initiated.

Powered by Google App Engine
This is Rietveld 408576698