Chromium Code Reviews
DescriptionFix ThumbnailDatabase::RetainDataForPageUrls() to drop unretained page mappings
This CL makes always ThumbnailDatabase::RetainDataForPageUrls() drop
Page URL -> Icon URL mappings for unretained page URLs.
Previously, a Page URL -> Icon URL (e.g. PageURL1 -> IconURLA) mapping was not
dropped for an unretained Page URL (PageURL1) if:
- the favicon data for a different page URL (e.g. PageURL2) was retained
AND
- PageURL2 is mapped to the same Icon URL as the unretained page URL
(PageURL2 -> IconURLA)
BUG=468353
TEST=ThumbnailDatabaseTest.RetainDataForPageUrls
Committed: https://crrev.com/d1e44aa311e9bfb28cf1962dcc27a3b7a7a1244f
Cr-Commit-Position: refs/heads/master@{#321221}
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 16 (6 generated)
|
||||||||||||||||||||||||||||