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

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

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.cc
diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc b/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
index 2fa5463c2f4dcd606f3991f9f93cad2b6a4dfe84..04146414bc3dec3c6f1026d2b8645027a752762e 100644
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
@@ -374,6 +374,7 @@ void AppBannerInfoBarDelegateAndroid::SendBannerAccepted() {
void AppBannerInfoBarDelegateAndroid::OnWebApkInstallFinished(
bool success,
+ bool relax_updates,
const std::string& webapk_package_name) {
if (!success) {
OnWebApkInstallFailed();

Powered by Google App Engine
This is Rietveld 408576698