| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index e806755dcc6f56878b8a0dc2406c37c000844ece..7cb9e9f0e4ea91795024b0f77bd4a4d1418509bc 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -177,7 +177,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(service_worker_ready_time)
|
| IPC_STRUCT_TRAITS_MEMBER(is_in_cache_storage)
|
| IPC_STRUCT_TRAITS_MEMBER(cache_storage_cache_name)
|
| - IPC_STRUCT_TRAITS_MEMBER(is_using_lofi)
|
| + IPC_STRUCT_TRAITS_MEMBER(previews_state)
|
| IPC_STRUCT_TRAITS_MEMBER(effective_connection_type)
|
| IPC_STRUCT_TRAITS_MEMBER(certificate)
|
| IPC_STRUCT_TRAITS_MEMBER(cert_status)
|
| @@ -247,7 +247,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequest)
|
| IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_download)
|
| IPC_STRUCT_TRAITS_MEMBER(report_raw_headers)
|
| - IPC_STRUCT_TRAITS_MEMBER(lofi_state)
|
| + IPC_STRUCT_TRAITS_MEMBER(previews_state)
|
| IPC_STRUCT_TRAITS_MEMBER(resource_body_stream_url)
|
| IPC_STRUCT_TRAITS_MEMBER(initiated_in_secure_context)
|
| IPC_STRUCT_TRAITS_MEMBER(download_to_network_cache_only)
|
|
|