Chromium Code Reviews| 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."; |