| 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 0dfbfc73b3ca7886d4d0880974981f4e63eebeab..a2d087bdc5d6760decc3f75d3b6a43970d54c404 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -173,6 +173,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(strict_mixed_content_checking)
|
| IPC_STRUCT_TRAITS_MEMBER(strict_powerful_feature_restrictions)
|
| IPC_STRUCT_TRAITS_MEMBER(strictly_block_blockable_mixed_content)
|
| + IPC_STRUCT_TRAITS_MEMBER(block_mixed_plugin_content)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
|
| IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(should_clear_document_background)
|
|
|