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

Unified Diff: chrome/browser/android/banners/app_banner_manager_android.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/banners/app_banner_manager_android.h
diff --git a/chrome/browser/android/banners/app_banner_manager_android.h b/chrome/browser/android/banners/app_banner_manager_android.h
index 4fcdeeff7b1e76fbd214f709d003a95301a9753f..eb58137bac491cbd10e7adfcccc821e368bc7130 100644
--- a/chrome/browser/android/banners/app_banner_manager_android.h
+++ b/chrome/browser/android/banners/app_banner_manager_android.h
@@ -67,7 +67,6 @@ class AppBannerManagerAndroid
std::string GetAppIdentifier() override;
std::string GetBannerType() override;
int GetIdealPrimaryIconSizeInPx() override;
- int GetMinimumPrimaryIconSizeInPx() override;
bool IsWebAppInstalled(content::BrowserContext* browser_context,
const GURL& start_url,
const GURL& manifest_url) override;

Powered by Google App Engine
This is Rietveld 408576698