| 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 85438c4d9dd4c9c0fd883ae86626fa81e43c92cd..70780df0451934cc83c7e902683e44a2804757c4 100644
 | 
| --- a/content/public/common/common_param_traits_macros.h
 | 
| +++ b/content/public/common/common_param_traits_macros.h
 | 
| @@ -195,6 +195,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(smart_insert_delete_enabled)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(cookie_enabled)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(apply_page_scale_factor_in_compositor)
 | 
| +  IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
 | 
|  #if defined(OS_ANDROID)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
 | 
|    IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
 | 
| 
 |