| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 562ec4432d29cb6fc568314d15e96253b5e4870c..6ef68ccbe8a2900da200f447535564b444deef4c 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -233,6 +233,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track)
|
| IPC_STRUCT_TRAITS_MEMBER(webrtc_ip_handling_policy)
|
| + IPC_STRUCT_TRAITS_MEMBER(webrtc_udp_min_port)
|
| + IPC_STRUCT_TRAITS_MEMBER(webrtc_udp_max_port)
|
| IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
|
| IPC_STRUCT_TRAITS_MEMBER(accept_languages)
|
| IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
|
|
|