Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4469)

Unified Diff: chrome/browser/password_manager/save_password_infobar_delegate.h

Issue 922953002: Minor infobar cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..fdf3e35b68e7b70cf55a2e62aa871e80007315de 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
- bool ShouldExpire(const NavigationDetails& details) const override;
-
- // ConfirmInfoBarDelegate
- int GetIconID() const override;
+ // ConfirmInfoBarDelegate:
Type GetInfoBarType() const override;
+ InfoBarAutomationType GetInfoBarAutomationType() const override;
+ int GetIconID() const override;
+ bool ShouldExpire(const NavigationDetails& details) const override;
+ void InfoBarDismissed() 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.

Powered by Google App Engine
This is Rietveld 408576698