| 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 3857592540ad04078ef8eb289edad2c12259b7c9..6b7b09047b2eadd3e705c983c08f0612f4829526 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -88,6 +88,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerRegistrationObjectInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(handle_id)
|
| IPC_STRUCT_TRAITS_MEMBER(scope)
|
| + IPC_STRUCT_TRAITS_MEMBER(registration_id)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerVersionAttributes)
|
|
|