Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3147)

Unified Diff: chrome/common/autofill_messages.h

Issue 8353025: External autofill delegates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase against TOT Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698