| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..7e16cf77020590f928e136c1202fa75addecdced 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -128,12 +128,6 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebScreenInfo)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
|
| - IPC_STRUCT_TRAITS_MEMBER(standard_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(fixed_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(serif_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(cursive_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(fantasy_font_family)
|
| IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map)
|
| IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map)
|
| IPC_STRUCT_TRAITS_MEMBER(serif_font_family_map)
|
|
|