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

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

Issue 2641973003: Implement server-suggested update check backoff (Closed)
Patch Set: 2 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.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 fdd258f2d90ec8a23726147a6b3c1ebe4e18ae56..fe1e6e6cd7fbb780f60dbac377ffcb27f7797134 100644
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
@@ -378,7 +378,8 @@ void AppBannerInfoBarDelegateAndroid::SendBannerAccepted() {
void AppBannerInfoBarDelegateAndroid::OnWebApkInstallFinished(
bool success,
- const std::string& webapk_package_name) {
+ const std::string& webapk_package_name,
+ bool less_updates) {
dominickn 2017/02/14 04:13:34 relax_updates
Xi Han 2017/02/14 22:25:46 Done.
JNIEnv* env = base::android::AttachCurrentThread();
if (!success) {
DVLOG(1) << "The WebAPK installation failed.";

Powered by Google App Engine
This is Rietveld 408576698