| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index d3f5165c8bfcff2b22524024f5beab379e6d8a63..43a7c75faa41d7df83c019ccab60928b334fb4ba 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -56,6 +56,11 @@ ExtensionInfoBarDelegate* InfoBarDelegate::AsExtensionInfoBarDelegate() {
|
| return NULL;
|
| }
|
|
|
| +const ExtensionInfoBarDelegate*
|
| +InfoBarDelegate::AsExtensionInfoBarDelegate() const {
|
| + return NULL;
|
| +}
|
| +
|
| InsecureContentInfoBarDelegate*
|
| InfoBarDelegate::AsInsecureContentInfoBarDelegate() {
|
| return NULL;
|
|
|