| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index d409b26742225494ce063eda05309cb5bf312d6d..4c1a1341b109142bcea6a9e831b228c4518ecfea 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -44,6 +44,11 @@ InfoBarDelegate::Type InfoBarDelegate::GetInfoBarType() const {
|
| return WARNING_TYPE;
|
| }
|
|
|
| +AccountChooserInfoBarDelegateAndroid*
|
| +InfoBarDelegate::AsAccountChooserInfoBarDelegateAndroid() {
|
| + return nullptr;
|
| +}
|
| +
|
| AutoLoginInfoBarDelegate* InfoBarDelegate::AsAutoLoginInfoBarDelegate() {
|
| return nullptr;
|
| }
|
|
|