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

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

Issue 2751423002: Remove unused open WebAPK logic in AppBannerInfoBarDelegateAndroid. (Closed)
Patch Set: Creating url variable 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
« no previous file with comments | « no previous file | chrome/browser/android/banners/app_banner_infobar_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7320119a60032b2d250bc16b351b29a5717fa546..6083d2b1d6445f1210829eaea9ebda00a2050a92 100644
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
@@ -101,7 +101,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.
@@ -161,7 +160,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_;
« no previous file with comments | « no previous file | chrome/browser/android/banners/app_banner_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698