diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 19:28:56 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 19:28:56 +0000 |
commit | 7f69a1b80803a9c5af8369f3b3f25f300522dc2e (patch) | |
tree | a01d0b4b1b7188eac6428b378464d2c8c6aa9f53 /chrome/common/render_messages_internal.h | |
parent | db81a8e9d10583772a6f5286ea0f53abc8eceece (diff) | |
download | chromium_src-7f69a1b80803a9c5af8369f3b3f25f300522dc2e.zip chromium_src-7f69a1b80803a9c5af8369f3b3f25f300522dc2e.tar.gz chromium_src-7f69a1b80803a9c5af8369f3b3f25f300522dc2e.tar.bz2 |
Revert 38479 - Send forms seen in the renderer to the AutoFillManager.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/584009
TBR=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/597045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index b985c96..2efcc63 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -1341,13 +1341,8 @@ IPC_BEGIN_MESSAGES(ViewHost) string16 /* title */, FilePath /* Default file name */) - // Notification that forms have been seen that are candidates for - // filling/submitting by the AutoFillManager. - IPC_MESSAGE_ROUTED1(ViewHostMsg_FormsSeen, - std::vector<webkit_glue::FormFieldValues> /* forms */) - // Notification that password forms have been seen that are candidates for - // filling/submitting by the password manager. + // filling/submitting by the password manager IPC_MESSAGE_ROUTED1(ViewHostMsg_PasswordFormsSeen, std::vector<webkit_glue::PasswordForm> /* forms */) |