Chromium Code Reviews| 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 b70051a533435d17cea8cca151bd061fd1bc584c..79ba1177e152ec333da49dd9a3059ec8d41a13dd 100644 |
| --- a/components/autofill/content/common/autofill_param_traits_macros.h |
| +++ b/components/autofill/content/common/autofill_param_traits_macros.h |
| @@ -23,7 +23,10 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormData) |
| IPC_STRUCT_TRAITS_MEMBER(fields) |
| IPC_STRUCT_TRAITS_END() |
| +IPC_ENUM_TRAITS(autofill::PasswordForm::Scheme) |
|
dcheng
2014/06/12 03:24:20
Please use IPC_ENUM_TRAITS_MAX_VALUE. Also, where
dcheng
2014/06/12 03:24:20
Please use IPC_ENUM_TRAITS_MAX_VALUE. Also, where
Lukasz Jagielski
2014/06/12 07:52:38
There's a bunch of IPC messages using autofill::Pa
|
| + |
| IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordForm) |
| + IPC_STRUCT_TRAITS_MEMBER(scheme) |
| IPC_STRUCT_TRAITS_MEMBER(signon_realm) |
| IPC_STRUCT_TRAITS_MEMBER(origin) |
| IPC_STRUCT_TRAITS_MEMBER(action) |