diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 18:17:27 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-12 18:17:27 +0000 |
commit | 8958da07a4afa73db8fc7ff11c2a14756841cbec (patch) | |
tree | ddb761c0480b190ad4042c0c68f9efac4c50c174 /components/favicon.gypi | |
parent | f841c4a7d0a853c44b8d9b286ee14aa8c7d4104a (diff) | |
download | chromium_src-8958da07a4afa73db8fc7ff11c2a14756841cbec.zip chromium_src-8958da07a4afa73db8fc7ff11c2a14756841cbec.tar.gz chromium_src-8958da07a4afa73db8fc7ff11c2a14756841cbec.tar.bz2 |
Revert 276642 "Turn FaviconClient into a Keyed service."
> Turn FaviconClient into a Keyed service.
>
> This is an intermediary CL.
> The end goal is having the FaviconServiceFactory be able to obtain a FaviconClient to pass it to the FaviconService's constructor.
>
> BUG=377505
>
> Review URL: https://codereview.chromium.org/301613004
TBR=jif@chromium.org
BUG=383952
Review URL: https://codereview.chromium.org/334613004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r-- | components/favicon.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi index 32b6455..be36213 100644 --- a/components/favicon.gypi +++ b/components/favicon.gypi @@ -10,7 +10,6 @@ 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry', 'favicon_base', - 'keyed_service_core', ], 'sources': [ 'favicon/core/browser/favicon_client.h', |