| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 65646f93618dc62b74ac26b77ff1b272d33eaf03..d409b26742225494ce063eda05309cb5bf312d6d 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -52,10 +52,6 @@ ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|
| -ExtensionInfoBarDelegate* InfoBarDelegate::AsExtensionInfoBarDelegate() {
|
| - return nullptr;
|
| -}
|
| -
|
| InsecureContentInfoBarDelegate*
|
| InfoBarDelegate::AsInsecureContentInfoBarDelegate() {
|
| return nullptr;
|
|
|