Index: components/autofill/content/common/autofill_messages.h |
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h |
index 078ff83427e4180bbe7fb03dd7fcedfae5f70d44..e99064049a8b1bd0049082426a31b952b987bd5b 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -195,6 +195,11 @@ IPC_MESSAGE_ROUTED3(AutofillMsg_RequestAutocompleteResult, |
IPC_MESSAGE_ROUTED1(AutofillMsg_AccountCreationFormsDetected, |
std::vector<autofill::FormData> /* forms */) |
+// Sent when Autofill manager gets the query response from the Autofill server |
+// which contains data that are interesting for PasswordAutofillAgent. |
+IPC_MESSAGE_ROUTED1(AutofillMsg_AutofillPasswordDataReceived, |
+ std::vector<autofill::FormDataPredictions> /* forms */) |
+ |
// Autofill messages sent from the renderer to the browser. |
// TODO(creis): check in the browser that the renderer actually has permission |