| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 84cd0e1015289851931785a27263b3765241c816..f03cfa90b23401989ae5e25b82396e96715944dc 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -71,6 +71,10 @@ NativeAppInfoBarDelegate* InfoBarDelegate::AsNativeAppInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|
| +PermissionInfobarDelegate* InfoBarDelegate::AsPermissionInfobarDelegate() {
|
| + return nullptr;
|
| +}
|
| +
|
| PopupBlockedInfoBarDelegate* InfoBarDelegate::AsPopupBlockedInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|