| Index: chrome/browser/ui/passwords/password_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/passwords/password_dialog_controller_impl.h b/chrome/browser/ui/passwords/password_dialog_controller_impl.h
|
| index b1923e286e589b8ca6a1fcb1611635d632b09140..e05ca89fee236079179581614431eb1c70b0f2d0 100644
|
| --- a/chrome/browser/ui/passwords/password_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/passwords/password_dialog_controller_impl.h
|
| @@ -37,12 +37,14 @@ class PasswordDialogControllerImpl : public PasswordDialogController {
|
| const FormsVector& GetLocalForms() const override;
|
| const FormsVector& GetFederationsForms() const override;
|
| std::pair<base::string16, gfx::Range> GetAccoutChooserTitle() const override;
|
| + bool ShouldShowSignInButton() const override;
|
| base::string16 GetAutoSigninPromoTitle() const override;
|
| std::pair<base::string16, gfx::Range> GetAutoSigninText() const override;
|
| void OnSmartLockLinkClicked() override;
|
| void OnChooseCredentials(
|
| const autofill::PasswordForm& password_form,
|
| password_manager::CredentialType credential_type) override;
|
| + void OnSignInClicked() override;
|
| void OnAutoSigninOK() override;
|
| void OnAutoSigninTurnOff() override;
|
| void OnCloseDialog() override;
|
|
|