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

Unified Diff: chrome/browser/android/shortcut_helper.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/shortcut_helper.h
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
index 331c952a8bbfe9af987b6d483b2a5ce3de4f313e..686d7bf3fb9626e2e05fbcc5fb38df79ff5790fa 100644
--- a/chrome/browser/android/shortcut_helper.h
+++ b/chrome/browser/android/shortcut_helper.h
@@ -54,17 +54,10 @@ class ShortcutHelper {
// Returns the ideal size for an icon representing a web app or a WebAPK.
static int GetIdealHomescreenIconSizeInPx();
- // Returns the minimum size for an icon representing a web app or a WebAPK.
- static int GetMinimumHomescreenIconSizeInPx();
-
// Returns the ideal size for an image displayed on a web app's splash
// screen.
static int GetIdealSplashImageSizeInPx();
- // Returns the minimum size for an image displayed on a web app's splash
- // screen.
- static int GetMinimumSplashImageSizeInPx();
-
// Returns the ideal size for a badge icon of a WebAPK.
static int GetIdealBadgeIconSizeInPx();
@@ -75,7 +68,6 @@ class ShortcutHelper {
static void FetchSplashScreenImage(content::WebContents* web_contents,
const GURL& image_url,
const int ideal_splash_image_size_in_px,
- const int minimum_splash_image_size_in_px,
const std::string& webapp_id);
// Stores the webapp splash screen in the WebappDataStorage associated with

Powered by Google App Engine
This is Rietveld 408576698