summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-05 18:53:18 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-05 18:53:18 +0000
commitabbd2f4b36da8c89e6f3002eb84f60064a6ff067 (patch)
tree4b48b0baf723ff20e57aa668a7b9307ebcfc9198 /chrome/browser/favicon
parent8ecb8f9598f0b3ee1117e14b5eb6cd020eda6b6a (diff)
downloadchromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.zip
chromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.tar.gz
chromium_src-abbd2f4b36da8c89e6f3002eb84f60064a6ff067.tar.bz2
ntp4: show larger favicons in most visited page
extend favicon source to provide larger icons. For now, larger means at most 32x32. Also, the only icon we actually support at this resolution is the default (globe). BUG=none TEST=manual Review URL: http://codereview.chromium.org/7300017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/favicon')
-rw-r--r--chrome/browser/favicon/favicon_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/favicon/favicon_service.h b/chrome/browser/favicon/favicon_service.h
index 1407eb8..5753085 100644
--- a/chrome/browser/favicon/favicon_service.h
+++ b/chrome/browser/favicon/favicon_service.h
@@ -46,7 +46,8 @@ class FaviconService : public CancelableRequestProvider,
typedef CancelableRequest<FaviconDataCallback> GetFaviconRequest;
// Requests the |icon_type| of favicon. |consumer| is notified when the bits
- // have been fetched.
+ // have been fetched. |icon_url| is the URL of the icon itself, e.g.
+ // <http://www.google.com/favicon.ico>.
Handle GetFavicon(const GURL& icon_url,
history::IconType icon_type,
CancelableRequestConsumerBase* consumer,