Index: content/public/common/common_param_traits_macros.h |
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h |
index 093737690ca4d12a786c960019ae54ff589715fe..b3bc4eef020fcb4491fbbb859472ba803e428f0d 100644 |
--- a/content/public/common/common_param_traits_macros.h |
+++ b/content/public/common/common_param_traits_macros.h |
@@ -59,6 +59,10 @@ IPC_ENUM_TRAITS_MAX_VALUE(WindowOpenDisposition, |
IPC_ENUM_TRAITS_MAX_VALUE(net::RequestPriority, net::MAXIMUM_PRIORITY) |
IPC_ENUM_TRAITS_MAX_VALUE(content::V8CacheOptions, |
content::V8_CACHE_OPTIONS_LAST) |
+#if defined(OS_ANDROID) |
+IPC_ENUM_TRAITS_MAX_VALUE(content::ProgressBarCompletion, |
+ content::ProgressBarCompletion::LAST) |
+#endif |
IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType, |
ui::POINTER_TYPE_FIRST, |
ui::POINTER_TYPE_LAST) |
@@ -238,6 +242,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences) |
IPC_STRUCT_TRAITS_MEMBER(report_screen_size_in_physical_pixels_quirk) |
IPC_STRUCT_TRAITS_MEMBER(resue_global_for_unowned_main_frame) |
IPC_STRUCT_TRAITS_MEMBER(autoplay_muted_videos_enabled) |
+ IPC_STRUCT_TRAITS_MEMBER(progress_bar_completion) |
#endif |
IPC_STRUCT_TRAITS_MEMBER(autoplay_experiment_mode) |
IPC_STRUCT_TRAITS_MEMBER(default_minimum_page_scale_factor) |