| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 4514ed59a763c081c2a6751bf276c5fcebf7e863..0d07a68cdf3717ace94a521bf3648c44716f55dd 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -125,6 +125,11 @@ translate::TranslateInfoBarDelegate*
|
| }
|
|
|
| #if defined(OS_ANDROID)
|
| +GroupedPermissionInfoBarDelegate*
|
| +InfoBarDelegate::AsGroupedPermissionInfoBarDelegate() {
|
| + return nullptr;
|
| +}
|
| +
|
| MediaStreamInfoBarDelegateAndroid*
|
| InfoBarDelegate::AsMediaStreamInfoBarDelegateAndroid() {
|
| return nullptr;
|
|
|