diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 21:27:02 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 21:27:02 +0000 |
commit | 7f3281457403023700e82f56efe919f9445cae6f (patch) | |
tree | 4addb1c86be41ac3efc1383651c2461fda6abd9e /webkit/glue/dom_operations.h | |
parent | 9ce59a62d6c7bc425d128e21c0889cdf3745fb66 (diff) | |
download | chromium_src-7f3281457403023700e82f56efe919f9445cae6f.zip chromium_src-7f3281457403023700e82f56efe919f9445cae6f.tar.gz chromium_src-7f3281457403023700e82f56efe919f9445cae6f.tar.bz2 |
Remove ViewMsg_FormFill and the underlying implementation FillForm which are not used anymore.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/657059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/dom_operations.h')
-rw-r--r-- | webkit/glue/dom_operations.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h index 551666b..2156b31 100644 --- a/webkit/glue/dom_operations.h +++ b/webkit/glue/dom_operations.h @@ -7,6 +7,7 @@ #include <string> #include <map> +#include <vector> #include "base/gfx/size.h" #include "googleurl/src/gurl.h" @@ -16,14 +17,9 @@ namespace WebKit { class WebView; } -struct FormData; - // A collection of operations that access the underlying WebKit DOM directly. namespace webkit_glue { -// Fill in a form identified by form |data|. -bool FillForm(WebKit::WebView* view, const FormData& data); - // Fill matching password forms and trigger autocomplete in the case of multiple // matching logins. void FillPasswordForm(WebKit::WebView* view, |