diff options
Diffstat (limited to 'components/autofill/content/common/autofill_param_traits_macros.h')
-rw-r--r-- | components/autofill/content/common/autofill_param_traits_macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/autofill/content/common/autofill_param_traits_macros.h b/components/autofill/content/common/autofill_param_traits_macros.h index 20a7779..eca7eb5 100644 --- a/components/autofill/content/common/autofill_param_traits_macros.h +++ b/components/autofill/content/common/autofill_param_traits_macros.h @@ -32,6 +32,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm) IPC_STRUCT_TRAITS_MEMBER(action) IPC_STRUCT_TRAITS_MEMBER(submit_element) IPC_STRUCT_TRAITS_MEMBER(username_element) + IPC_STRUCT_TRAITS_MEMBER(username_marked_by_site) IPC_STRUCT_TRAITS_MEMBER(username_value) IPC_STRUCT_TRAITS_MEMBER(other_possible_usernames) IPC_STRUCT_TRAITS_MEMBER(password_element) |