Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: chrome/browser/android/banners/app_banner_infobar_delegate_android.h

Issue 2751423002: Remove unused open WebAPK logic in AppBannerInfoBarDelegateAndroid. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698