| 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 365ab4c90a6d1dc65959eefd948cbc42866dec96..d6aeb8b64908124582352b2bcc153f10f18d552f 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -182,6 +182,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
|
| IPC_STRUCT_TRAITS_MEMBER(device_scale_adjustment)
|
| IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
|
| + IPC_STRUCT_TRAITS_MEMBER(full_screen_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(disallow_fullscreen_for_non_media_elements)
|
| IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
|
|
|