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

Unified Diff: components/infobars/core/simple_alert_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: components/infobars/core/simple_alert_infobar_delegate.h
diff --git a/components/infobars/core/simple_alert_infobar_delegate.h b/components/infobars/core/simple_alert_infobar_delegate.h
index 4ec42d66a62648dbbbec3f5c1cb3db3747a65b3a..0a8c7c2831c5143b9a7723eb1509b390f379e272 100644
--- a/components/infobars/core/simple_alert_infobar_delegate.h
+++ b/components/infobars/core/simple_alert_infobar_delegate.h
@@ -30,10 +30,10 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
~SimpleAlertInfoBarDelegate() override;
// ConfirmInfoBarDelegate:
+ bool ShouldExpireInternal(const NavigationDetails& details) const override;
int GetIconID() const override;
base::string16 GetMessageText() const override;
int GetButtons() const override;
- bool ShouldExpireInternal(const NavigationDetails& details) const override;
const int icon_id_;
base::string16 message_;

Powered by Google App Engine
This is Rietveld 408576698