| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 5f0fe5ad57220dfa0b6498df0cad94d2c9ea66e4..e40feaa8697669f0a68acfdd68ac165430e14f95 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -120,6 +120,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(socket_address)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker)
|
| IPC_STRUCT_TRAITS_MEMBER(original_url_via_service_worker)
|
| + IPC_STRUCT_TRAITS_MEMBER(service_worker_fetch_start)
|
| + IPC_STRUCT_TRAITS_MEMBER(service_worker_fetch_ready)
|
| + IPC_STRUCT_TRAITS_MEMBER(service_worker_fetch_end)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(net::RedirectInfo)
|
|
|