summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 22:24:59 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 22:24:59 +0000
commite7de08f71b9668c056e5b95070c27445c234b876 (patch)
tree0fc0a52de9a0d42e2ea985020855a50d608e4a42 /chrome/browser/favicon
parent86c89cbdb665b7e1765ac57dc3ce1dd32830f49c (diff)
downloadchromium_src-e7de08f71b9668c056e5b95070c27445c234b876.zip
chromium_src-e7de08f71b9668c056e5b95070c27445c234b876.tar.gz
chromium_src-e7de08f71b9668c056e5b95070c27445c234b876.tar.bz2
Retry r88137:
Add code to calculate the dominant color for a favicon. Currently we calculate the dominant/representative color only for those favicons we need it for (i.e. the ones shown on the NTP). We don't do any caching either in memory or in the favicon db but that can be tacked on later if deemed suitable. Code in color_analysis.* authored by dtrainor BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7031078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/favicon')
-rw-r--r--chrome/browser/favicon/favicon_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/favicon/favicon_handler.h b/chrome/browser/favicon/favicon_handler.h
index 8cc26be..e47ace3 100644
--- a/chrome/browser/favicon/favicon_handler.h
+++ b/chrome/browser/favicon/favicon_handler.h
@@ -64,7 +64,7 @@ class TabContents;
// db knew about the favicon), or requests the renderer to download the
// favicon.
//
-// When the renderer downloads the favicon SetFaviconImageData is invoked,
+// When the renderer downloads the favicon SetFavicon is invoked,
// at which point we update the favicon of the NavigationEntry and notify
// the database to save the favicon.