Index: chrome/common/autofill_messages.h |
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h |
index 3bccb6d377cac145967b132bb09d08e62bd867d0..c5a1ddd3e01f4de33d76cba945cbb5c29c57bb95 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 |