Index: chrome/browser/password_manager/password_manager.h |
diff --git a/chrome/browser/password_manager/password_manager.h b/chrome/browser/password_manager/password_manager.h |
index 2e7991c71f054f5a9b998b87e7eb28317fbabc79..cc9c99a35040d8fc115313c3f2789e7480f17148 100644 |
--- a/chrome/browser/password_manager/password_manager.h |
+++ b/chrome/browser/password_manager/password_manager.h |
@@ -71,7 +71,11 @@ class PasswordManager : public LoginModel { |
void DidStopLoading(); |
// Notifies the password manager that password forms were parsed on the page. |
- void PasswordFormsSeen(const std::vector<webkit_glue::PasswordForm>& forms); |
+ void PasswordFormsFound(const std::vector<webkit_glue::PasswordForm>& forms); |
+ |
+ // Notifies the password manager which password forms are initially visible. |
+ void PasswordFormsVisible( |
+ const std::vector<webkit_glue::PasswordForm>& visible_forms); |
// When a form is submitted, we prepare to save the password but wait |
// until we decide the user has successfully logged in. This is step 1 |