| 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 69be8250fd5229aa1512327c1e2dd4852855fdd5..6669b53039c5c259d555254af2100d3b1ab244ad 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -190,6 +190,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
|
| IPC_STRUCT_TRAITS_MEMBER(editing_behavior)
|
| IPC_STRUCT_TRAITS_MEMBER(supports_multiple_windows)
|
| + IPC_STRUCT_TRAITS_MEMBER(viewport_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(cookie_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(apply_page_scale_factor_in_compositor)
|
| #if defined(OS_ANDROID)
|
|
|