| 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..64dc03a7cbf063f9dad5ba6b209d3e17a80e567e 100644
|
| --- a/components/infobars/core/simple_alert_infobar_delegate.h
|
| +++ b/components/infobars/core/simple_alert_infobar_delegate.h
|
| @@ -31,9 +31,9 @@ class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
|
|
|
| // ConfirmInfoBarDelegate:
|
| int GetIconID() const override;
|
| + bool ShouldExpireInternal(const NavigationDetails& details) 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_;
|
|
|