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

Unified Diff: chrome/browser/android/webapk/webapk_update_data_fetcher.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/webapk/webapk_update_data_fetcher.cc
diff --git a/chrome/browser/android/webapk/webapk_update_data_fetcher.cc b/chrome/browser/android/webapk/webapk_update_data_fetcher.cc
index 2443cd0722bd8ef894a0ef5591ad6448bde8ae89..f5cf1d3adc45478b2b4fafddafafdde7c456b72f 100644
--- a/chrome/browser/android/webapk/webapk_update_data_fetcher.cc
+++ b/chrome/browser/android/webapk/webapk_update_data_fetcher.cc
@@ -112,8 +112,6 @@ void WebApkUpdateDataFetcher::FetchInstallableData() {
InstallableParams params;
params.ideal_primary_icon_size_in_px =
ShortcutHelper::GetIdealHomescreenIconSizeInPx();
- params.minimum_primary_icon_size_in_px =
- ShortcutHelper::GetMinimumHomescreenIconSizeInPx();
params.check_installable = true;
params.fetch_valid_primary_icon = true;
InstallableManager::CreateForWebContents(web_contents());

Powered by Google App Engine
This is Rietveld 408576698