summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:50:58 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:50:58 +0000
commit33bd60f508a0eaa7ddfefb497b35c1627a6ff0be (patch)
tree5ccf0d1a06ce8faa8d8bba5dca828ba6485cb4bc /chrome/common/render_messages_internal.h
parent3acdf835f850997396ef30c61688a9a2f55fb594 (diff)
downloadchromium_src-33bd60f508a0eaa7ddfefb497b35c1627a6ff0be.zip
chromium_src-33bd60f508a0eaa7ddfefb497b35c1627a6ff0be.tar.gz
chromium_src-33bd60f508a0eaa7ddfefb497b35c1627a6ff0be.tar.bz2
Autocomplete and AutoFill entries are shown combined in the suggestions popup.
These changes merge popup menu suggestions for Autocomplete and AutoFill. Suggestions are collected from both sources and returned to the renderer as a single list. This combined list is given to WebKit to display in the suggestions popup. When the user selects an item in the popup the appropriate result gets filled in the fields. BUG=41328 TEST=AutoFillManagerTest.* Review URL: http://codereview.chromium.org/2878020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 421e4fb..042b7c6 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -637,13 +637,6 @@ IPC_BEGIN_MESSAGES(View)
std::vector<string16> /* names */,
std::vector<string16> /* labels */)
- // Reply to the ViewHostMsg_QueryFormFieldAutofill message with the
- // Autocomplete suggestions.
- IPC_MESSAGE_ROUTED3(ViewMsg_AutocompleteSuggestionsReturned,
- int /* id of the request message */,
- std::vector<string16> /* suggestions */,
- int /* index of default suggestion */)
-
// Reply to the ViewHostMsg_FillAutoFillFormData message with the
// AutoFill form data.
IPC_MESSAGE_ROUTED2(ViewMsg_AutoFillFormDataFilled,