Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 60eb4292edf70573439716d4ab6185da3881f696..f43d99c0c221871006e0d69f5c45cba03ca13d4f 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -59,6 +59,9 @@ IPC_ENUM_TRAITS(blink::WebSandboxFlags) // Bitmask. |
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebTreeScopeType, |
blink::WebTreeScopeType::Last) |
IPC_ENUM_TRAITS_MAX_VALUE(ui::MenuSourceType, ui::MENU_SOURCE_TYPE_LAST) |
+IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::LoFiState, |
+ content::LOFI_ON, |
+ content::LOFI_DEFAULT) |
IPC_STRUCT_TRAITS_BEGIN(content::ColorSuggestion) |
IPC_STRUCT_TRAITS_MEMBER(color) |
@@ -266,6 +269,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::CommonNavigationParams) |
IPC_STRUCT_TRAITS_MEMBER(report_type) |
IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url) |
IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url) |
+ IPC_STRUCT_TRAITS_MEMBER(lofi_state) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) |