Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index 058ee25d75b258f69124e23e11cb0a85e4f08513..f005cab3ec7d343b8c0ce56838f1a7537dbf3b41 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -48,6 +48,7 @@ namespace webkit { |
namespace forms { |
struct FormData; |
struct FormField; |
+struct PasswordFormFillData; |
} |
} |
@@ -162,6 +163,11 @@ class AutofillManager : public content::WebContentsObserver, |
bool display_warning); |
void OnDidEndTextFieldEditing(); |
void OnHideAutofillPopup(); |
+ void OnFrameClosing(int frame_id); |
+ void OnFillPasswordForm( |
+ const webkit::forms::FormField& form, |
+ const webkit::forms::PasswordFormFillData fill_data, |
+ int frame_id); |
// Fills |host| with the RenderViewHost for this tab. |
// Returns false if Autofill is disabled or if the host is unavailable. |