Index: chrome/common/autofill_messages.h |
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h |
index 213f081d8f63e8720a597460235e7c75d8fd3848..c9710e76bbb2a94406666aa18ca08fc86225cb1d 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 |