diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 23:06:57 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-20 23:06:57 +0000 |
commit | dcda464d91fb97423f5b551babffe786b24ee251 (patch) | |
tree | 39c48d6ae9e45dd74a48e22395af68c1128f43e0 /webkit/glue/webframeloaderclient_impl.h | |
parent | b93568f763472809870ff37735eab7e9cfcdb3c8 (diff) | |
download | chromium_src-dcda464d91fb97423f5b551babffe786b24ee251.zip chromium_src-dcda464d91fb97423f5b551babffe786b24ee251.tar.gz chromium_src-dcda464d91fb97423f5b551babffe786b24ee251.tar.bz2 |
Relanding the new autofill.
I rolled it back yesterday, it broke the Linux and Mac builds.
TBR=tim
Review URL: http://codereview.chromium.org/11543
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframeloaderclient_impl.h')
-rw-r--r-- | webkit/glue/webframeloaderclient_impl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/glue/webframeloaderclient_impl.h b/webkit/glue/webframeloaderclient_impl.h index 5459f93..70c124b 100644 --- a/webkit/glue/webframeloaderclient_impl.h +++ b/webkit/glue/webframeloaderclient_impl.h @@ -209,11 +209,6 @@ class WebFrameLoaderClient : public WebCore::FrameLoaderClient { // otherwise returns NavigationGestureUnknown. NavigationGesture NavigationGestureForLastLoad(); - // Registers the text input fields in the passed form for autofill, with the - // exclusion of any field whose name is contained in |excluded_fields|. - void RegisterAutofillListeners(WebCore::HTMLFormElement* form, - const std::set<std::wstring>& excluded_fields); - // The WebFrame that owns this object and manages its lifetime. Therefore, // the web frame object is guaranteed to exist. WebFrameImpl* webframe_; |