Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 7a01df4c10ff38778bad7b3ce0017f234d82498e..fc693340bac2acb779459ceaa1bba7ae663b6e4a 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -20,6 +20,7 @@ |
#include "content/public/common/common_param_traits.h" |
#include "content/public/common/console_message_level.h" |
#include "content/public/common/context_menu_params.h" |
+#include "content/public/common/data_reduction_proxy_lofi_user_data.h" |
#include "content/public/common/frame_navigate_params.h" |
#include "content/public/common/javascript_message_type.h" |
#include "content/public/common/message_port_types.h" |
@@ -64,6 +65,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) |
@@ -307,6 +311,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) |
IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset) |
IPC_STRUCT_TRAITS_MEMBER(current_history_list_length) |
IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list) |
+ IPC_STRUCT_TRAITS_MEMBER(lofi_state) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState) |