| 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 f2a5dbaad2906ce4953aa9985e2547cd1bd6d4b5..d99c06c61fe3461966217fd55195f4b3b38ff5de 100644
 | 
| --- a/content/common/service_worker/service_worker_messages.h
 | 
| +++ b/content/common/service_worker/service_worker_messages.h
 | 
| @@ -52,7 +52,6 @@
 | 
|  
 | 
|  IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerFetchRequest)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(mode)
 | 
| -  IPC_STRUCT_TRAITS_MEMBER(is_main_resource_load)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(request_context_type)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(frame_type)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(url)
 | 
| @@ -63,7 +62,6 @@
 | 
|    IPC_STRUCT_TRAITS_MEMBER(referrer)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(credentials_mode)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(redirect_mode)
 | 
| -  IPC_STRUCT_TRAITS_MEMBER(client_id)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(is_reload)
 | 
|  IPC_STRUCT_TRAITS_END()
 | 
|  
 | 
| 
 |