| Index: components/infobars/core/confirm_infobar_delegate.cc
|
| diff --git a/components/infobars/core/confirm_infobar_delegate.cc b/components/infobars/core/confirm_infobar_delegate.cc
|
| index 9c00449a5a22bc0bf1e3ca7245c41ca96e074ca4..daef8c1536e378967b41a85577d363425da1f0ad 100644
|
| --- a/components/infobars/core/confirm_infobar_delegate.cc
|
| +++ b/components/infobars/core/confirm_infobar_delegate.cc
|
| @@ -53,12 +53,6 @@ ConfirmInfoBarDelegate::ConfirmInfoBarDelegate()
|
| : InfoBarDelegate() {
|
| }
|
|
|
| -bool ConfirmInfoBarDelegate::ShouldExpireInternal(
|
| - const NavigationDetails& details) const {
|
| - return !details.did_replace_entry &&
|
| - InfoBarDelegate::ShouldExpireInternal(details);
|
| -}
|
| -
|
| bool ConfirmInfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
|
| ConfirmInfoBarDelegate* confirm_delegate =
|
| delegate->AsConfirmInfoBarDelegate();
|
|
|