| Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| index 02a8d07b4961c84442a3efc2962a71919f3363ea..b1eb13322187f5b85b70043f63ee2837cf4d3ecf 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| @@ -127,6 +127,10 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| void SendBannerAccepted();
|
| void OnWebApkInstallFinished(bool success,
|
| const std::string& webapk_package_name);
|
| +
|
| + // Called when a WebAPK install fails.
|
| + void OnWebApkInstallFailed();
|
| +
|
| void TrackWebApkInstallationDismissEvents(InstallState install_state);
|
|
|
| // ConfirmInfoBarDelegate:
|
|
|