| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index cead81b0d9f22a05e0c5ef072dfd7b067508c017..1e636e568280dd053a3b13d1e2b53841d17e05f4 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -64,6 +64,7 @@ void ShortcutHelper::FetchSplashScreenImage(
|
| content::WebContents* web_contents,
|
| const GURL& image_url,
|
| const int ideal_splash_image_size_in_dp,
|
| + const int minimum_splash_image_size_in_dp,
|
| const std::string& webapp_id) {
|
| // This is a fire and forget task. It is not vital for the splash screen image
|
| // to be downloaded so if the downloader returns false there is no fallback.
|
| @@ -71,6 +72,7 @@ void ShortcutHelper::FetchSplashScreenImage(
|
| web_contents,
|
| image_url,
|
| ideal_splash_image_size_in_dp,
|
| + minimum_splash_image_size_in_dp,
|
| base::Bind(&ShortcutHelper::StoreWebappData, webapp_id));
|
| }
|
|
|
|
|