Chromium Code Reviews| Index: components/autofill/common/autofill_messages.h |
| diff --git a/components/autofill/common/autofill_messages.h b/components/autofill/common/autofill_messages.h |
| index 7a35b17a87ae6c44253ccdf17bb23ce995242456..a5fe134abd2521b2aaad266bc29b9f24a22e724e 100644 |
| --- a/components/autofill/common/autofill_messages.h |
| +++ b/components/autofill/common/autofill_messages.h |
| @@ -12,6 +12,7 @@ |
| #include "components/autofill/common/form_data_predictions.h" |
| #include "components/autofill/common/form_field_data.h" |
| #include "components/autofill/common/form_field_data_predictions.h" |
| +#include "components/autofill/common/forms_seen_param.h" |
| #include "components/autofill/common/password_form_fill_data.h" |
| #include "components/autofill/common/web_element_descriptor.h" |
| #include "content/public/common/common_param_traits_macros.h" |
| @@ -26,6 +27,7 @@ |
| #define IPC_MESSAGE_START AutofillMsgStart |
| IPC_ENUM_TRAITS(autofill::AutocheckoutStatus) |
| +IPC_ENUM_TRAITS(autofill::FormsSeenParam) |
| IPC_STRUCT_TRAITS_BEGIN(autofill::WebElementDescriptor) |
| IPC_STRUCT_TRAITS_MEMBER(descriptor) |
| @@ -178,7 +180,7 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_WhitelistedForAutocheckout) |
| IPC_MESSAGE_ROUTED3(AutofillHostMsg_FormsSeen, |
| std::vector<FormData> /* forms */, |
| base::TimeTicks /* timestamp */, |
| - bool /* has_more_forms */) |
| + autofill::FormsSeenParam /* partial or dynamic forms */) |
|
ahutter
2013/04/02 20:11:47
I think this should be the argument name not a des
Raman Kakilate
2013/04/02 20:30:19
comment section is used to specify param name rath
Dane Wallinga
2013/04/02 21:29:30
Done.
|
| // Notification that password forms have been seen that are candidates for |
| // filling/submitting by the password manager. |