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

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

Issue 1286593003: [Password Manager] Store forms with field name and id attributes missing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 6e97ecd438bbaa4a28d631ff83946c5c544bbb2f..30df8fbefbcd0b3e34049a2ade0378359e1ffc81 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -112,10 +112,6 @@ class PasswordFormManager : public PasswordStoreConsumer {
// form.
bool IsPendingCredentialsPublicSuffixMatch() const;
- // Checks if the form is a valid password form. Forms which lack password
- // field are not considered valid.
- bool HasValidPasswordForm() const;
-
// Through |driver|, supply the associated frame with appropriate information
// (fill data, whether to allow password generation, etc.). If this is called
// before |this| has data from the PasswordStore, the execution will be

Powered by Google App Engine
This is Rietveld 408576698