| 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 b1a2dfbe747265607da5fd6738dbb71e36c4f724..073a9f23c0df903666651308290fb63e23e3b396 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
| @@ -100,7 +100,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| std::unique_ptr<SkBitmap> icon,
|
| int event_request_id,
|
| bool is_webapk,
|
| - bool is_webapk_already_installed,
|
| webapk::InstallSource webapk_install_source);
|
|
|
| // Delegate for promoting an Android app.
|
| @@ -160,7 +159,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
|
| bool has_user_interaction_;
|
|
|
| bool is_webapk_;
|
| - bool is_webapk_already_installed_;
|
|
|
| // Indicates the current state of a WebAPK installation.
|
| InstallState install_state_;
|
|
|