Chromium Code Reviews| Index: chrome/browser/manifest/manifest_icon_selector.h |
| diff --git a/chrome/browser/manifest/manifest_icon_selector.h b/chrome/browser/manifest/manifest_icon_selector.h |
| index 54ccdbab988fd72e21a94d9362f03531d3a2e28f..ff6784983c582a0224368d254cb2af8d2c0bfecd 100644 |
| --- a/chrome/browser/manifest/manifest_icon_selector.h |
| +++ b/chrome/browser/manifest/manifest_icon_selector.h |
| @@ -33,13 +33,14 @@ class ManifestIconSelector { |
| // If/when this class is generalized, it may be a good idea to switch this to |
| // taking in pixels, instead. |
| // |
| - // The icon returned will have a minimum size of an image one density bucket |
| - // smaller than the device denisity * preferred_icon_size_in_dp. |
| + // Any icon returned will have a minimum size as specified by |
| + // |minimum_icon_size_in_dp|. |
|
mlamouri (slow - plz ping)
2015/09/16 09:58:29
nit: I find the comment confusing. Maybe it could
Lalit Maganti
2015/09/16 11:45:26
Done.
|
| // |
| // Returns the icon url if a suitable icon is found. An empty URL otherwise. |
| static GURL FindBestMatchingIcon( |
| const std::vector<content::Manifest::Icon>& icons, |
| int ideal_icon_size_in_dp, |
| + int minimum_icon_size_in_dp, |
| const gfx::Screen* screen); |
| private: |