| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 65b5712c9430e947940389ed9dac188b7d161de2..9676fa54e8c10be3ec492166172be311e03b2711 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -164,11 +164,11 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(devtools_info)
|
| IPC_STRUCT_TRAITS_MEMBER(download_file_path)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_spdy)
|
| - IPC_STRUCT_TRAITS_MEMBER(was_npn_negotiated)
|
| + IPC_STRUCT_TRAITS_MEMBER(was_alpn_negotiated)
|
| IPC_STRUCT_TRAITS_MEMBER(was_alternate_protocol_available)
|
| IPC_STRUCT_TRAITS_MEMBER(connection_info)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_proxy)
|
| - IPC_STRUCT_TRAITS_MEMBER(npn_negotiated_protocol)
|
| + IPC_STRUCT_TRAITS_MEMBER(alpn_negotiated_protocol)
|
| IPC_STRUCT_TRAITS_MEMBER(socket_address)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker)
|
| IPC_STRUCT_TRAITS_MEMBER(was_fallback_required_by_service_worker)
|
|
|