| Index: chrome/browser/android/banners/app_banner_infobar_delegate.cc
|
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate.cc b/chrome/browser/android/banners/app_banner_infobar_delegate.cc
|
| index 0d816119071800dc548930458ff0056b94b7af51..b32bfa315dbc5eb55a6f451129fa58fd771ec0d1 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate.cc
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate.cc
|
| @@ -71,4 +71,9 @@ bool AppBannerInfoBarDelegate::Accept() {
|
| return delegate_->OnButtonClicked();
|
| }
|
|
|
| +bool AppBannerInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
|
| + DCHECK(delegate_);
|
| + return delegate_->OnLinkClicked();
|
| +}
|
| +
|
| } // namespace banners
|
|
|