| 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 b25bf823c26b307f2a20e87db1287e94ba57978a..eeea9938a43ca82e1c49c8a5d6a21e82a9a91395 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -234,8 +234,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(ignore_main_frame_overflow_hidden_quirk)
|
| 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_experiment_mode)
|
| #endif
|
| + IPC_STRUCT_TRAITS_MEMBER(autoplay_experiment_mode)
|
| IPC_STRUCT_TRAITS_MEMBER(default_minimum_page_scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(default_maximum_page_scale_factor)
|
| IPC_STRUCT_TRAITS_END()
|
|
|