diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 18:54:05 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 18:54:05 +0000 |
commit | f16039d23043cf97048540b3916be44825697f9b (patch) | |
tree | 4f607808a77397f26cbca4935b5996abdc188796 /chrome/browser/favicon_service.h | |
parent | f660caef294d1ad42142b8a500da4ea49af2a4bf (diff) | |
download | chromium_src-f16039d23043cf97048540b3916be44825697f9b.zip chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.gz chromium_src-f16039d23043cf97048540b3916be44825697f9b.tar.bz2 |
fav icon -> favicon. Pass 12/12: all the rest
BUG=76073
TEST=test; no visible change
Review URL: http://codereview.chromium.org/6667044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/favicon_service.h')
-rw-r--r-- | chrome/browser/favicon_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/favicon_service.h b/chrome/browser/favicon_service.h index 8dc6500..b7c9259 100644 --- a/chrome/browser/favicon_service.h +++ b/chrome/browser/favicon_service.h @@ -65,7 +65,7 @@ class FaviconService : public CancelableRequestProvider, // Requests any |icon_types| of favicon for a web page URL. |consumer| is // notified when the bits have been fetched. |icon_types| can be any // combination of IconType value, but only one icon will be returned in the - // priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON and FAV_ICON. + // priority of TOUCH_PRECOMPOSED_ICON, TOUCH_ICON and FAVICON. // // Note: this version is intended to be used to retrieve the favicon of a // page that has been browsed in the past. |expired| in the callback is |