| 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 e259255a45276ab6eeaaaf53d94e401e0839eb95..a064d53ab1f3541d0eff050dac09f90743546c33 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -162,6 +162,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(text_blobs_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
|
| + IPC_STRUCT_TRAITS_MEMBER(strict_mixed_content_checking)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator)
|
| IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(should_clear_document_background)
|
|
|