From e87756663c751faea164d8deddbfccbfbbb1cfca Mon Sep 17 00:00:00 2001 From: "jcampan@chromium.org" Date: Thu, 6 Nov 2008 20:09:34 +0000 Subject: Reverting the autofill popu CL as it creates perf regression. TBR=nsylvain Review URL: http://codereview.chromium.org/9460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4908 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/render_messages_internal.h | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index a4098a0..579a318 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -463,14 +463,6 @@ IPC_BEGIN_MESSAGES(View, 1) // into a full window). IPC_MESSAGE_ROUTED0(ViewMsg_DisassociateFromPopupCount) - // Reply to the ViewHostMsg_QueryFormFieldAutofill message with the autofill - // suggestions. - IPC_MESSAGE_ROUTED4(ViewMsg_AutofillSuggestions, - int64 /* id of the text input field */, - int /* id of the request message */, - std::vector /* suggestions */, - int /* index of default suggestion */) - IPC_END_MESSAGES(View) @@ -492,9 +484,8 @@ IPC_BEGIN_MESSAGES(ViewHost, 2) // Similar to ViewHostMsg_CreateView, except used for sub-widgets, like //