| 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 d55eb611e8f414af741d749f3d3e5fec499241c6..5e1b23cefe73277efa29be5fa1ffdef225690c17 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
| @@ -83,10 +83,10 @@ void AddToHomescreenManager::Start(content::WebContents* web_contents) {
|
| }
|
|
|
| data_fetcher_ = new AddToHomescreenDataFetcher(
|
| - web_contents, ShortcutHelper::GetIdealHomescreenIconSizeInDp(),
|
| - ShortcutHelper::GetMinimumHomescreenIconSizeInDp(),
|
| - ShortcutHelper::GetIdealSplashImageSizeInDp(),
|
| - ShortcutHelper::GetMinimumSplashImageSizeInDp(),
|
| + web_contents, ShortcutHelper::GetIdealHomescreenIconSizeInPx(),
|
| + ShortcutHelper::GetMinimumHomescreenIconSizeInPx(),
|
| + ShortcutHelper::GetIdealSplashImageSizeInPx(),
|
| + ShortcutHelper::GetMinimumSplashImageSizeInPx(),
|
| check_webapk_compatible, this);
|
| }
|
|
|
|
|