| 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 07a16a6a5e320de5977604272f2e4d2802e5f434..1449f5b701e5f75faefacea8ffbaa45c49f0fbce 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -139,7 +139,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(tabs_to_links)
|
| IPC_STRUCT_TRAITS_MEMBER(hyperlink_auditing_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(is_online)
|
| - IPC_STRUCT_TRAITS_MEMBER(connection_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(net_info_connection_type)
|
| + IPC_STRUCT_TRAITS_MEMBER(net_info_max_bandwidth_mbps)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_universal_access_from_file_urls)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_file_access_from_file_urls)
|
| IPC_STRUCT_TRAITS_MEMBER(webaudio_enabled)
|
|
|