| 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 b3878cba3da5cd080220122d18a25f76bcce00fc..f1d3ea6a33b229d05918ed956792fb81718d542f 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -282,8 +282,12 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData)
|
| // Sent immediately after the renderer receives a ping IPC.
|
| IPC_MESSAGE_ROUTED0(AutofillHostMsg_PingAck)
|
|
|
| +// Sent when the current form is no longer focused.
|
| +IPC_MESSAGE_ROUTED0(AutofillHostMsg_FocusNoLongerOnForm)
|
| +
|
| // Sent when a form is filled with Autofill suggestions.
|
| -IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData,
|
| +IPC_MESSAGE_ROUTED2(AutofillHostMsg_DidFillAutofillFormData,
|
| + autofill::FormData /* the form */,
|
| base::TimeTicks /* timestamp */)
|
|
|
| // Sent when a form receives a request to do interactive autocomplete.
|
|
|