diff options
Diffstat (limited to 'chrome/common/autofill_messages.h')
-rw-r--r-- | chrome/common/autofill_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h index 3bccb6d..c5a1ddd 100644 --- a/chrome/common/autofill_messages.h +++ b/chrome/common/autofill_messages.h @@ -88,6 +88,10 @@ IPC_MESSAGE_ROUTED1( AutofillMsg_FieldTypePredictionsAvailable, std::vector<webkit_glue::FormDataPredictions> /* forms */) +// Select an Autofill item when using an external delegate. +IPC_MESSAGE_ROUTED1(AutofillMsg_SelectAutofillSuggestionAtIndex, + int /* listIndex */) + // Autofill messages sent from the renderer to the browser. // Notification that forms have been seen that are candidates for |