| 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 449d621a9eecab61191851b5095e0952a1ce3cb6..0fb1dc06143530aac6eeeffd7ec2006f972079cf 100644
|
| --- a/components/password_manager/core/browser/password_manager_client.h
|
| +++ b/components/password_manager/core/browser/password_manager_client.h
|
| @@ -112,7 +112,7 @@ class PasswordManagerClient {
|
| // Inform the embedder that automatic signin would have happened if the user
|
| // had been through the first-run experience to ensure their opt-in. |form|
|
| // contains the PasswordForm that would have been delivered.
|
| - virtual void NotifyUserAutoSigninBlockedOnFirstRun(
|
| + virtual void NotifyUserCouldBeAutoSignedIn(
|
| scoped_ptr<autofill::PasswordForm> form) = 0;
|
|
|
| // Inform the embedder that the user signed in with a saved credential.
|
|
|