| Index: components/autofill/content/common/autofill_param_traits_macros.h
|
| diff --git a/components/autofill/content/common/autofill_param_traits_macros.h b/components/autofill/content/common/autofill_param_traits_macros.h
|
| index 1cf4b099e5312f2d307638da63c27134338be120..b70051a533435d17cea8cca151bd061fd1bc584c 100644
|
| --- a/components/autofill/content/common/autofill_param_traits_macros.h
|
| +++ b/components/autofill/content/common/autofill_param_traits_macros.h
|
| @@ -42,6 +42,8 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(times_used)
|
| IPC_STRUCT_TRAITS_MEMBER(form_data)
|
| + // Excluding |use_additional_authentication| as it is only set and read in the
|
| + // browser process and the renderer need not know about it.
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #endif // COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
|
|
|