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

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

Issue 2641973003: Implement server-suggested update check backoff (Closed)
Patch Set: Nits. 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 b1eb13322187f5b85b70043f63ee2837cf4d3ecf..b1a2dfbe747265607da5fd6738dbb71e36c4f724 100644
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
@@ -126,6 +126,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
bool TriggeredFromBanner() const;
void SendBannerAccepted();
void OnWebApkInstallFinished(bool success,
+ bool relax_updates,
const std::string& webapk_package_name);
// Called when a WebAPK install fails.

Powered by Google App Engine
This is Rietveld 408576698