| 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 e3f2e38feddd0f38227b7ae7747dbe2949074f20..10e2307e166d9abff086048bc1ab3c5c021252cf 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -39,7 +39,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::ServiceWorkerFetchEventResult,
|
| IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerResponse)
|
| IPC_STRUCT_TRAITS_MEMBER(status_code)
|
| IPC_STRUCT_TRAITS_MEMBER(status_text)
|
| - IPC_STRUCT_TRAITS_MEMBER(method)
|
| IPC_STRUCT_TRAITS_MEMBER(headers)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|