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 81fde2cd200021a64bcf2a8eee31f80df195d533..cd1347f2122378248514a76f268d466ae4b07976 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 */, |