diff options
Diffstat (limited to 'chrome/browser/renderer_host/render_view_host.h')
-rw-r--r-- | chrome/browser/renderer_host/render_view_host.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h index 0864905..bb49437 100644 --- a/chrome/browser/renderer_host/render_view_host.h +++ b/chrome/browser/renderer_host/render_view_host.h @@ -59,10 +59,6 @@ class Point; } // namespace gfx namespace webkit_glue { -struct FormData; -class FormField; -struct PasswordForm; -struct PasswordFormFillData; struct WebAccessibility; } // namespace webkit_glue @@ -245,11 +241,6 @@ class RenderViewHost : public RenderWidgetHost { // alternate error pages. void SetAlternateErrorPageURL(const GURL& url); - // Fill out a password form and trigger DOM autocomplete in the case - // of multiple matching logins. - void FillPasswordForm( - const webkit_glue::PasswordFormFillData& form_data); - // D&d drop target messages that get sent to WebKit. void DragTargetDragEnter(const WebDropData& drop_data, const gfx::Point& client_pt, |