| 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 86fcd1398a4e2b92e2b75aa620bc2fcfbd4bc8bf..6e19e9b663476bd6562d1edec12fb184bee86e9e 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -237,6 +237,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(resue_global_for_unowned_main_frame)
|
| IPC_STRUCT_TRAITS_MEMBER(progress_bar_completion)
|
| IPC_STRUCT_TRAITS_MEMBER(spellcheck_enabled_by_default)
|
| +#else
|
| + IPC_STRUCT_TRAITS_MEMBER(cross_origin_media_playback_requires_user_gesture)
|
| #endif
|
| IPC_STRUCT_TRAITS_MEMBER(autoplay_experiment_mode)
|
| IPC_STRUCT_TRAITS_MEMBER(default_minimum_page_scale_factor)
|
|
|