diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 02:18:28 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 02:18:28 +0000 |
commit | dc9144fed7238ba56fa3f39158ef6d7267bd0a23 (patch) | |
tree | ff5adb0ff4c44ddeb3f92a8740a84aca1e38385b /chrome/common/render_messages_internal.h | |
parent | 48dbfb25992081e5c4c35bea85bf04ff13c6d042 (diff) | |
download | chromium_src-dc9144fed7238ba56fa3f39158ef6d7267bd0a23.zip chromium_src-dc9144fed7238ba56fa3f39158ef6d7267bd0a23.tar.gz chromium_src-dc9144fed7238ba56fa3f39158ef6d7267bd0a23.tar.bz2 |
Revert 66214 - Display a warning when autofill is disabled for a website.
This depends on a WebKit change being tracked at https://bugs.webkit.org/show_bug.cgi?id=49291
BUG=58509
TEST=unit_tests --gtest_filter=AutoFillManagerTest.*:AutoFillHelperTest.*
Review URL: http://codereview.chromium.org/4591001
TBR=isherman@chromium.org
Review URL: http://codereview.chromium.org/4985003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66220 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index bcc512a82..d4f4132 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -2083,7 +2083,7 @@ IPC_BEGIN_MESSAGES(ViewHost) // Queries the browser for AutoFill suggestions for a form input field. IPC_MESSAGE_ROUTED3(ViewHostMsg_QueryFormFieldAutoFill, int /* id of this message */, - bool /* field autofilled */, + bool /* form_autofilled */, webkit_glue::FormField /* the form field */) // Sent when the popup with AutoFill suggestions for a form is shown. |