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 a432887af6f7f4d20c99a515d5de8b6843d11068..febe5e8d86ea7e00ab20bc9d1cc55135f22ed9cf 100644 |
--- a/components/autofill/core/common/autofill_messages.h |
+++ b/components/autofill/core/common/autofill_messages.h |
@@ -209,6 +209,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 */, |