| Index: trunk/src/components/password_manager/core/browser/password_form_manager.h
|
| ===================================================================
|
| --- trunk/src/components/password_manager/core/browser/password_form_manager.h (revision 290044)
|
| +++ trunk/src/components/password_manager/core/browser/password_form_manager.h (working copy)
|
| @@ -219,7 +219,7 @@
|
|
|
| // Helper for OnGetPasswordStoreResults to determine whether or not
|
| // the given result form is worth scoring.
|
| - bool ShouldIgnoreResult(const autofill::PasswordForm& form) const;
|
| + bool IgnoreResult(const autofill::PasswordForm& form) const;
|
|
|
| // Helper for Save in the case that best_matches.size() == 0, meaning
|
| // we have no prior record of this form/username/password and the user
|
|
|