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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_manager.cc

Issue 2773353002: Make minimum PWA icon size the same accross all device densities
Patch Set: Merge branch 'master' into min_size Created 3 years, 8 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/webapps/add_to_homescreen_manager.cc
diff --git a/chrome/browser/android/webapps/add_to_homescreen_manager.cc b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
index c892d5c9afa4369403231bae137e6b3c57584bac..0f6b2c04997ef40017d417dc0e2fc8772c99346a 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_manager.cc
+++ b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
@@ -85,9 +85,7 @@ void AddToHomescreenManager::Start(content::WebContents* web_contents) {
data_fetcher_ = new AddToHomescreenDataFetcher(
web_contents, ShortcutHelper::GetIdealHomescreenIconSizeInPx(),
- ShortcutHelper::GetMinimumHomescreenIconSizeInPx(),
ShortcutHelper::GetIdealSplashImageSizeInPx(),
- ShortcutHelper::GetMinimumSplashImageSizeInPx(),
ShortcutHelper::GetIdealBadgeIconSizeInPx(),
check_webapk_compatible, this);
}

Powered by Google App Engine
This is Rietveld 408576698