| 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
|
|
|