| 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 84de25d0e6d5f90eae60629a533a582cd2d8c551..cb5c7d5614c8e07a6620f8545e64cd71aaf16047 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -145,6 +145,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(databases_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(application_cache_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(tabs_to_links)
|
| + IPC_STRUCT_TRAITS_MEMBER(history_entry_requires_user_gesture)
|
| IPC_STRUCT_TRAITS_MEMBER(hyperlink_auditing_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_universal_access_from_file_urls)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_file_access_from_file_urls)
|
|
|