| 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.
|
|
|