Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1609)

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 6294016: Move AutoFill messages into a separate file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/render_view_host.h
===================================================================
--- chrome/browser/renderer_host/render_view_host.h (revision 72573)
+++ chrome/browser/renderer_host/render_view_host.h (working copy)
@@ -59,10 +59,6 @@
} // namespace gfx
namespace webkit_glue {
-struct FormData;
-class FormField;
-struct PasswordForm;
-struct PasswordFormFillData;
struct WebAccessibility;
} // namespace webkit_glue
@@ -245,11 +241,6 @@
// 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,

Powered by Google App Engine
This is Rietveld 408576698