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

Unified Diff: components/password_manager/core/browser/password_form_manager.h

Issue 548953002: [Password Manager] Modified to support saving passwords on forms without username fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed breakages. Created 6 years, 3 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: components/password_manager/core/browser/password_form_manager.h
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h
index a4fa82ed531e985ed3da9ff4b95c2388df72a648..e5fae53303c6108df4c405412de91da76f9dd484 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -100,8 +100,8 @@ class PasswordFormManager : public PasswordStoreConsumer {
// form.
bool IsPendingCredentialsPublicSuffixMatch();
- // Checks if the form is a valid password form. Forms which lack either
- // login or password field are not considered valid.
+ // Checks if the form is a valid password form. Forms which lack password
+ // field are not considered valid.
bool HasValidPasswordForm();
// These functions are used to determine if this form has had it's password

Powered by Google App Engine
This is Rietveld 408576698