| Index: components/autofill/core/common/autofill_messages.h
|
| diff --git a/components/autofill/core/common/autofill_messages.h b/components/autofill/core/common/autofill_messages.h
|
| index db7ce2880aed5aa23a231b79bfae8142df900050..a858d9a46a2959ef7788857e6ac1f40df54c8a92 100644
|
| --- a/components/autofill/core/common/autofill_messages.h
|
| +++ b/components/autofill/core/common/autofill_messages.h
|
| @@ -205,6 +205,10 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsParsed,
|
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsRendered,
|
| std::vector<content::PasswordForm> /* forms */)
|
|
|
| +// Notification that this password form was submitted by the user.
|
| +IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormSubmitted,
|
| + content::PasswordForm /* form */)
|
| +
|
| // Notification that a form has been submitted. The user hit the button.
|
| IPC_MESSAGE_ROUTED2(AutofillHostMsg_FormSubmitted,
|
| autofill::FormData /* form */,
|
|
|