diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-29 00:51:04 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-29 00:51:04 +0000 |
commit | 3fd040071e5049e06953031ab98644ac26734a86 (patch) | |
tree | cd4bf7a48cbfaebe2e70b469c350ff9981f2ba01 /chrome/common/autofill_messages.h | |
parent | e8cdf3530e9b892f63a25e6366af15e146260dcd (diff) | |
download | chromium_src-3fd040071e5049e06953031ab98644ac26734a86.zip chromium_src-3fd040071e5049e06953031ab98644ac26734a86.tar.gz chromium_src-3fd040071e5049e06953031ab98644ac26734a86.tar.bz2 |
External autofill delegates.
BUG=
TEST=
Review URL: http://codereview.chromium.org/8353025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107839 0039d316-1c4b-4281-b951-d872f2087c98
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 |