| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index b22a6850e5c86c298b2c936113d7dadaf01ec73d..820766bee1e57b90ccdebf765fcad8134cea8705 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -126,10 +126,17 @@ ThreeDAPIInfoBarDelegate* InfoBarDelegate::AsThreeDAPIInfoBarDelegate() {
|
| }
|
|
|
| translate::TranslateInfoBarDelegate*
|
| -InfoBarDelegate::AsTranslateInfoBarDelegate() {
|
| + InfoBarDelegate::AsTranslateInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| +MediaThrottleInfoBarDelegate*
|
| + InfoBarDelegate::AsMediaThrottleInfoBarDelegate() {
|
| + return nullptr;
|
| +}
|
| +#endif
|
| +
|
| InfoBarDelegate::InfoBarDelegate() : nav_entry_id_(0) {
|
| }
|
|
|
|
|