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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h

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_data_fetcher.h
diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
index e70c0f94076b1474e9e37d6885e5808eff69eecc..15a0fd0be6fdd0096ad550cb2bfea5e83d8512c3 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
+++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
@@ -74,9 +74,7 @@ class AddToHomescreenDataFetcher
// OnDidGetWebApplicationInfo is expected to be called when finished.
AddToHomescreenDataFetcher(content::WebContents* web_contents,
int ideal_icon_size_in_px,
- int minimum_icon_size_in_px,
int ideal_splash_image_size_in_px,
- int minimum_splash_image_size_in_px,
int badge_size_in_px,
bool check_webapk_compatible,
Observer* observer);
@@ -136,9 +134,7 @@ class AddToHomescreenDataFetcher
base::OneShotTimer data_timeout_timer_;
const int ideal_icon_size_in_px_;
- const int minimum_icon_size_in_px_;
const int ideal_splash_image_size_in_px_;
- const int minimum_splash_image_size_in_px_;
const int badge_size_in_px_;
// Indicates whether to check WebAPK compatibility.

Powered by Google App Engine
This is Rietveld 408576698