| Index: chrome/common/autofill_messages.h
|
| diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h
|
| index faf7e3c514a488a213c194d6d58fdd5825fabfb4..470e3318d6dcc84c0d5a7796e83223f5952f79ec 100644
|
| --- a/chrome/common/autofill_messages.h
|
| +++ b/chrome/common/autofill_messages.h
|
| @@ -191,6 +191,10 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData)
|
| IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData,
|
| base::TimeTicks /* timestamp */)
|
|
|
| +// Send when a form receives a request to do interactive autocomplete.
|
| +IPC_MESSAGE_ROUTED1(AutofillHostMsg_RequestAutocomplete,
|
| + FormData /* the form */)
|
| +
|
| // Instructs the browser to remove the specified Autocomplete entry from the
|
| // database.
|
| IPC_MESSAGE_ROUTED2(AutofillHostMsg_RemoveAutocompleteEntry,
|
|
|