diff options
author | naveenbobbili@motorola.com <naveenbobbili@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 17:50:50 +0000 |
---|---|---|
committer | naveenbobbili@motorola.com <naveenbobbili@motorola.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 17:50:50 +0000 |
commit | 7f87c328d0a354491f69b10b38e4588fc87c363d (patch) | |
tree | 4cc4317c1ff5f945956690562daa45fd9b659829 /AUTHORS | |
parent | d761d085b10f9e3f04e25a4659bfadedd61c8568 (diff) | |
download | chromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.zip chromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.tar.gz chromium_src-7f87c328d0a354491f69b10b38e4588fc87c363d.tar.bz2 |
Changes to get appropriate favicon for a URL which has icons for both touch and favicon types in DB. Since icon mappings are returned from DB in reverse sorted order (HistoryBackendTest.IconMappingsOrderTest) we need to run a loop on the vector to find the first match for the icon type and return the same.
BUG=94897
TEST=Run HistoryBackendTest.IconMappingsOrderTest which confirms that we get a reverse sorted order icon mapping in the vector.
Review URL: http://codereview.chromium.org/7969032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,3 +129,4 @@ Mike Tilburg <mtilburg@adobe.com> Peter Brophy <pbrophy@adobe.com> Robert Goldberg <goldberg@adobe.com> Don Woodward <woodward@adobe.com> +Naveen Bobbili <naveenbobbili@motorola.com> |