Move IconURLs method from WebFrame to WebLocalFrame
https://codereview.chromium.org/2918903002
This commit is contained in:
parent
fe662ccbdc
commit
56e7867455
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ void WebContents::DidUpdateFaviconURL(
|
|||
const std::vector<content::FaviconURL>& urls) {
|
||||
std::set<GURL> unique_urls;
|
||||
for (const auto& iter : urls) {
|
||||
if (iter.icon_type != content::FaviconURL::FAVICON)
|
||||
if (iter.icon_type != content::FaviconURL::IconType::kFavicon)
|
||||
continue;
|
||||
const GURL& url = iter.icon_url;
|
||||
if (url.is_valid())
|
||||
|
|
Loading…
Reference in a new issue