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

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

Issue 1749603002: Store URLs in WebappDataStorage, and purge them when history is cleared. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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_data_fetcher_android.cc
diff --git a/chrome/browser/android/banners/app_banner_data_fetcher_android.cc b/chrome/browser/android/banners/app_banner_data_fetcher_android.cc
index c3d0874f878f1503fb7444c6ce3c0b6b5e7b5f7b..276919c3ef540d950b2aa9066ec66b80cd43895a 100644
--- a/chrome/browser/android/banners/app_banner_data_fetcher_android.cc
+++ b/chrome/browser/android/banners/app_banner_data_fetcher_android.cc
@@ -71,7 +71,8 @@ void AppBannerDataFetcherAndroid::FetchWebappSplashScreenImage(
image_url,
ideal_splash_image_size_in_dp_,
minimum_splash_image_size_in_dp_,
- webapp_id);
+ webapp_id,
+ web_app_data().start_url.spec());
}
void AppBannerDataFetcherAndroid::ShowBanner(const SkBitmap* icon,

Powered by Google App Engine
This is Rietveld 408576698