| Index: components/password_manager/core/browser/password_manager_client.h
|
| diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
|
| index f87aaec9b2964bb3ea1bfc5e74fabe6047be613c..3ea1499f5d4774b5ee8ec42abd448319ae2afa30 100644
|
| --- a/components/password_manager/core/browser/password_manager_client.h
|
| +++ b/components/password_manager/core/browser/password_manager_client.h
|
| @@ -125,6 +125,9 @@ class PasswordManagerClient {
|
| virtual void NotifySuccessfulLoginWithExistingPassword(
|
| const autofill::PasswordForm& form) = 0;
|
|
|
| + // Inform the embedder that the site called 'store()'.
|
| + virtual void NotifyStorePasswordCalled() = 0;
|
| +
|
| // Called when a password is saved in an automated fashion. Embedder may
|
| // inform the user that this save has occured.
|
| virtual void AutomaticPasswordSave(
|
|
|