| 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 a0d036c368342857f400319a57be37898ce1647e..c5f01f94964eda49b42a37e16d83a2d891fa38a6 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -38,6 +38,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::ServiceWorkerFetchEventResult,
|
| content::SERVICE_WORKER_FETCH_EVENT_LAST)
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerResponse)
|
| + IPC_STRUCT_TRAITS_MEMBER(url)
|
| IPC_STRUCT_TRAITS_MEMBER(status_code)
|
| IPC_STRUCT_TRAITS_MEMBER(status_text)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
|
|