| 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 064849fdf25178f136c6079ec19547a94e41217d..9efc135cfa89365eb00aa5712931736e2bdb217c 100644
|
| --- a/chrome/browser/password_manager/password_form_manager.h
|
| +++ b/chrome/browser/password_manager/password_form_manager.h
|
| @@ -217,6 +217,12 @@ class PasswordFormManager : public PasswordStoreConsumer {
|
| // is now implicitly 'preferred'.
|
| void UpdateLogin();
|
|
|
| + // Check to see if |pending| corresponds to an account creation form. If we
|
| + // think that it does, we label it as such and upload this state to the
|
| + // Autofill server, so that we will trigger password generation in the future.
|
| + void CheckForAccountCreationForm(const autofill::PasswordForm& pending,
|
| + const autofill::PasswordForm& observed);
|
| +
|
| // Update all login matches to reflect new preferred state - preferred flag
|
| // will be reset on all matched logins that different than the current
|
| // |pending_credentials_|.
|
|
|