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

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: Fixed mac bot failure. Created 5 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 5860c6fe561f1787c837dfef7dc4460720f8b405..9096b8e45470ebe6e2d2ddd503548a8691dc15ba 100644
--- a/components/password_manager/core/browser/password_form_manager.h
+++ b/components/password_manager/core/browser/password_form_manager.h
@@ -113,10 +113,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