| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 9f597fa1cfecce5c4600892a654e848e40f74e01..c3c0c97baf10cd4b8061c582ec770e4d27f207a3 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -131,11 +131,6 @@ InfoBarDelegate::AsMediaStreamInfoBarDelegateAndroid() {
|
| return nullptr;
|
| }
|
|
|
| -MediaThrottleInfoBarDelegate*
|
| - InfoBarDelegate::AsMediaThrottleInfoBarDelegate() {
|
| - return nullptr;
|
| -}
|
| -
|
| offline_pages::OfflinePageInfoBarDelegate*
|
| InfoBarDelegate::AsOfflinePageInfoBarDelegate() {
|
| return nullptr;
|
|
|