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..dd4e1303e1e054391511983f339a3993a830c561 100644 |
--- a/components/autofill/content/common/autofill_param_traits_macros.h |
+++ b/components/autofill/content/common/autofill_param_traits_macros.h |
@@ -41,6 +41,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm) |
IPC_STRUCT_TRAITS_MEMBER(blacklisted_by_user) |
IPC_STRUCT_TRAITS_MEMBER(type) |
IPC_STRUCT_TRAITS_MEMBER(times_used) |
+ IPC_STRUCT_TRAITS_MEMBER(use_additional_authentication) |
Ilya Sherman
2014/02/08 01:12:21
Why does this need to be passed across IPC? Seems
Ted C
2014/02/08 01:16:17
No direct need. I did it more out of completeness
Ted C
2014/02/10 18:51:32
Updated the change and removed this bit.
Ilya Sherman
2014/02/10 23:32:54
Hmm, I'm not sure that it's safe to just remove th
|
IPC_STRUCT_TRAITS_MEMBER(form_data) |
IPC_STRUCT_TRAITS_END() |