diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 19:37:52 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-12 19:37:52 +0000 |
commit | 591948964e3088901b3d66fee2837446700d9083 (patch) | |
tree | 062993137f4a82b2a544bc0a3d8666b8b0c0b1ff /chrome/browser/favicon_service.h | |
parent | f34b7c5bab399a1cb348e29306b0961fb572f48e (diff) | |
download | chromium_src-591948964e3088901b3d66fee2837446700d9083.zip chromium_src-591948964e3088901b3d66fee2837446700d9083.tar.gz chromium_src-591948964e3088901b3d66fee2837446700d9083.tar.bz2 |
Show favicons for extensions.
This uses the 16x16 icon as defined in the manifest for extension pages.
BUG=36514
TEST=Open the new bookmark manager. It should now show its favicon.
Review URL: http://codereview.chromium.org/650185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/favicon_service.h')
-rw-r--r-- | chrome/browser/favicon_service.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/favicon_service.h b/chrome/browser/favicon_service.h index 38c3303..3cc2880 100644 --- a/chrome/browser/favicon_service.h +++ b/chrome/browser/favicon_service.h @@ -91,6 +91,11 @@ class FaviconService : public CancelableRequestProvider, ~FaviconService() {} + // This is used to get the favicon for DOMUI on the file thread since these + // might be loaded from disk. + void GetFaviconForDOMUIOnFileThread(GetFaviconRequest* request, + const GURL& page_url); + Profile* profile_; // Helper to forward an empty result if we cannot get the history service. |