Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 50c828fa05ee10101d86f44b5e9314106d5716d5..28898c7e08fc2127ec0deba5d45aa2817b991598 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) |