| Index: components/infobars/core/infobar_delegate.cc
|
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
|
| index 6979e6cf938360217b024c3b63fe0c925c77a1c7..3770d6b0c314e5d418cdabcae9dc3b9d6699dc52 100644
|
| --- a/components/infobars/core/infobar_delegate.cc
|
| +++ b/components/infobars/core/infobar_delegate.cc
|
| @@ -52,6 +52,13 @@ ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
|
| return NULL;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| +chrome::android::DownloadOverwriteInfoBarDelegate*
|
| +InfoBarDelegate::AsDownloadOverwriteInfoBarDelegate() {
|
| + return NULL;
|
| +}
|
| +#endif
|
| +
|
| ExtensionInfoBarDelegate* InfoBarDelegate::AsExtensionInfoBarDelegate() {
|
| return NULL;
|
| }
|
|
|