summaryrefslogtreecommitdiffstats
path: root/components/favicon.gypi
diff options
context:
space:
mode:
authorjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 13:24:25 +0000
committerjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-10 13:24:25 +0000
commit2c476bb69ae1e159b396683e72545e3eb0df3435 (patch)
treede0ac450e3d83b887b4e4e6a0d97845edbc2fb4a /components/favicon.gypi
parentd7ffac75143b8ca0ba900844360f1c6583d36b0d (diff)
downloadchromium_src-2c476bb69ae1e159b396683e72545e3eb0df3435.zip
chromium_src-2c476bb69ae1e159b396683e72545e3eb0df3435.tar.gz
chromium_src-2c476bb69ae1e159b396683e72545e3eb0df3435.tar.bz2
Moves knowledge of Profile out of FaviconHandler, into FaviconTabHelper.
This CL introduces an interface that will be used to access all of chrome/ API. It is implemented by the FaviconTabHelper, and allows moving the GetFaviconService() method out of the FaviconHandler. BUG=359095 Review URL: https://codereview.chromium.org/228783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r--components/favicon.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi
index 32ec54b..9a67335 100644
--- a/components/favicon.gypi
+++ b/components/favicon.gypi
@@ -8,6 +8,7 @@
'target_name': 'favicon_core',
'type': 'none',
'sources': [
+ 'favicon/core/browser/favicon_client.h',
'favicon/core/favicon_handler_delegate.h',
],
},