| 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 018329391e129baef020560e01643b25d01a4842..8479bdc83b4278c3dcfb887beb86a6a177d14266 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -167,6 +167,8 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(editing_behavior)
|
| IPC_STRUCT_TRAITS_MEMBER(supports_multiple_windows)
|
| IPC_STRUCT_TRAITS_MEMBER(viewport_enabled)
|
| + IPC_STRUCT_TRAITS_MEMBER(viewport_meta_enabled)
|
| + IPC_STRUCT_TRAITS_MEMBER(scale_viewport_on_resize)
|
| IPC_STRUCT_TRAITS_MEMBER(initialize_at_minimum_page_scale)
|
| IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(compositor_touch_hit_testing)
|
|
|