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

Unified Diff: chrome/browser/password_manager/password_manager.h

Issue 1656005: Fix password mgr heuristics for sites that keep the login form around after signin (Closed)
Patch Set: Responding to feedback Created 10 years, 8 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
« no previous file with comments | « chrome/browser/login_prompt.cc ('k') | chrome/browser/password_manager/password_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/login_prompt.cc ('k') | chrome/browser/password_manager/password_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698