| 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 576dae16998b043e7071fa76d26d08de2318ac9d..6a7adbfc6ed5b41b878f873d51fb8f0344755130 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -244,6 +244,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(video_rotate_to_fullscreen_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(video_fullscreen_detection_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(embedded_media_experience_enabled)
|
| + IPC_STRUCT_TRAITS_MEMBER(page_popups_suppressed)
|
| #endif // defined(OS_ANDROID)
|
| IPC_STRUCT_TRAITS_MEMBER(default_minimum_page_scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(default_maximum_page_scale_factor)
|
|
|