summaryrefslogtreecommitdiffstats
path: root/components/search_provider_logos/OWNERS
diff options
context:
space:
mode:
authornewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 20:04:23 +0000
committernewt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 20:04:23 +0000
commitcf59dd169aa864e41d6fbd32384e831e4ab80fba (patch)
tree1aa4556475e9322d829a26519f7b2f4c376fae8d /components/search_provider_logos/OWNERS
parentebb3ad52433c978a914d0b387690dc98c791736a (diff)
downloadchromium_src-cf59dd169aa864e41d6fbd32384e831e4ab80fba.zip
chromium_src-cf59dd169aa864e41d6fbd32384e831e4ab80fba.tar.gz
chromium_src-cf59dd169aa864e41d6fbd32384e831e4ab80fba.tar.bz2
Add LogoTracker to fetch search providers' logos.
The LogoTracker keeps track of the logo for a search provider. The logo is downloaded, cached on disk, and periodically revalidated. This code lives inside a component (search_provider_logos) so it can be used on both Android and iOS. BUG=178922 NOTRY=true Review URL: https://codereview.chromium.org/162373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267314 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/search_provider_logos/OWNERS')
-rw-r--r--components/search_provider_logos/OWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/search_provider_logos/OWNERS b/components/search_provider_logos/OWNERS
new file mode 100644
index 0000000..57b390b
--- /dev/null
+++ b/components/search_provider_logos/OWNERS
@@ -0,0 +1,2 @@
+newt@chromium.org
+justincohen@chromium.org