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, |