| Index: content/common/service_worker/service_worker_messages.h
|
| diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
|
| index 865fd035131dc5cbcad2c33438f12510bff42f72..ccb8a7cb73827f28514831ec1a894f260120d8a9 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -33,6 +33,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebServiceWorkerState,
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerFetchRequest)
|
| IPC_STRUCT_TRAITS_MEMBER(mode)
|
| + IPC_STRUCT_TRAITS_MEMBER(request_context)
|
| + IPC_STRUCT_TRAITS_MEMBER(frame_type)
|
| IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(method)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
|
|