Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 00550dad99d56b7276f112a1bf408039f723538c..c8812bab60fb466b1a41341761d58a5fce3b2404 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -205,6 +205,12 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
// The credentials mode passed to the ServiceWorker. |
IPC_STRUCT_MEMBER(content::FetchCredentialsMode, fetch_credentials_mode) |
+ // The request context passed to the ServiceWorker. |
+ IPC_STRUCT_MEMBER(content::RequestContextType, fetch_request_context_type) |
+ |
+ // The frame type passed to the ServiceWorker. |
+ IPC_STRUCT_MEMBER(content::RequestContextFrameType, fetch_frame_type) |
+ |
// Optional resource request body (may be null). |
IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>, |
request_body) |