Chromium Code Reviews| Index: chrome/browser/android/banners/app_banner_manager_android.cc |
| diff --git a/chrome/browser/android/banners/app_banner_manager_android.cc b/chrome/browser/android/banners/app_banner_manager_android.cc |
| index 8ae8d3c3811869b3aaf3cf342be763678a4dab16..1849a91f3f13e164346294950f2f375b4b618106 100644 |
| --- a/chrome/browser/android/banners/app_banner_manager_android.cc |
| +++ b/chrome/browser/android/banners/app_banner_manager_android.cc |
| @@ -158,6 +158,9 @@ bool AppBannerManagerAndroid::IsWebAppInstalled( |
| } |
| void AppBannerManagerAndroid::PerformInstallableCheck() { |
| + native_app_data_.Reset(); |
|
dominickn
2017/02/02 06:53:38
We should implement this correctly first up rather
|
| + native_app_package_ = ""; |
| + |
| // Check if the manifest prefers that we show a native app banner. If so, call |
| // to Java to verify the details. |
| if (manifest_.prefer_related_applications && |