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

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

Issue 2721203004: Add webapp homescreen shortcut when WebAPK install fails (Closed)
Patch Set: Merge branch 'refactor_shortcut_helper2' into launch_webapp Created 3 years, 10 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 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:

Powered by Google App Engine
This is Rietveld 408576698