Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 4afd3b20cdd6feafaa193d1ca19d67287b867cd9..00550dad99d56b7276f112a1bf408039f723538c 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -88,6 +88,9 @@ IPC_ENUM_TRAITS_MAX_VALUE( \ |
IPC_ENUM_TRAITS_MAX_VALUE(content::FetchRequestMode, |
content::FETCH_REQUEST_MODE_LAST) |
+IPC_ENUM_TRAITS_MAX_VALUE(content::FetchCredentialsMode, |
+ content::FETCH_CREDENTIALS_MODE_LAST) |
+ |
IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseHead) |
IPC_STRUCT_TRAITS_PARENT(content::ResourceResponseInfo) |
IPC_STRUCT_TRAITS_MEMBER(request_start) |
@@ -199,6 +202,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
// The request mode passed to the ServiceWorker. |
IPC_STRUCT_MEMBER(content::FetchRequestMode, fetch_request_mode) |
+ // The credentials mode passed to the ServiceWorker. |
+ IPC_STRUCT_MEMBER(content::FetchCredentialsMode, fetch_credentials_mode) |
+ |
// Optional resource request body (may be null). |
IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>, |
request_body) |