| Index: chrome/browser/password_manager/password_form_manager.h
|
| diff --git a/chrome/browser/password_manager/password_form_manager.h b/chrome/browser/password_manager/password_form_manager.h
|
| index cd5cf3ede3f56b02f59cd48dc27c1eacf0064332..47bf8621c14e565265bb791fba841783c23a0f7f 100644
|
| --- a/chrome/browser/password_manager/password_form_manager.h
|
| +++ b/chrome/browser/password_manager/password_form_manager.h
|
| @@ -79,6 +79,10 @@ class PasswordFormManager : public PasswordStoreConsumer {
|
| // managed by this.
|
| bool IsNewLogin();
|
|
|
| + // Returns true if the current pending credentials were found using PSL
|
| + // origin matching.
|
| + bool IsPSLOriginMatched();
|
| +
|
| // Checks if the form is a valid password form. Forms which lack either
|
| // login or password field are not considered valid.
|
| bool HasValidPasswordForm();
|
|
|