| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 65646f93618dc62b74ac26b77ff1b272d33eaf03..ae0a0e80bffb5aab784354811258b649ddd2c937 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;
|
| }
|
|
|