| Index: chrome/browser/password_manager/save_password_infobar_delegate.h
|
| diff --git a/chrome/browser/password_manager/save_password_infobar_delegate.h b/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| index 96b0fd1b5acbc0e758d405900f65df37af48f118..4d2f04308579a7bfb9b4f27f57199ffb0fbb028d 100644
|
| --- a/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| +++ b/chrome/browser/password_manager/save_password_infobar_delegate.h
|
| @@ -44,19 +44,16 @@ class SavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| ~SavePasswordInfoBarDelegate() override;
|
|
|
| - // InfoBarDelegate
|
| + // ConfirmInfoBarDelegate:
|
| + InfoBarAutomationType GetInfoBarAutomationType() const override;
|
| bool ShouldExpire(const NavigationDetails& details) const override;
|
| -
|
| - // ConfirmInfoBarDelegate
|
| - int GetIconID() const override;
|
| + void InfoBarDismissed() override;
|
| Type GetInfoBarType() const override;
|
| + int GetIconID() const override;
|
| base::string16 GetMessageText() const override;
|
| base::string16 GetButtonLabel(InfoBarButton button) const override;
|
| bool Accept() override;
|
| bool Cancel() override;
|
| - void InfoBarDismissed() override;
|
| -
|
| - InfoBarAutomationType GetInfoBarAutomationType() const override;
|
|
|
| // The PasswordFormManager managing the form we're asking the user about,
|
| // and should update as per her decision.
|
|
|